BBASMPlugin+setting.h
822 Bytes
//
// BBASMPlugin+setting.h
// SWAN
//
// Created by baidu on 05/12/2017.
// Copyright © 2017 baidu. All rights reserved.
//
#import "BBASMPlugin.h"
@interface BBASMPlugin (setting)
/**
* 描 述: 调起设置页面
* 示 例: baiduboxapp://swanAPI/openSetting?params={"cb":"_bdbox_pjs_576"}&callback=_bdbox_js_633&upgrade=0&oauthType=swan
* 文 档: http://ft.baidu.com/#/scheme/swan_opensetting
* 备 注:
* ********** description ************
* @name: openSetting
* @authority: swanAPI
* @path: /openSetting
* @args: [{"name": "cb", "value": "string"}]
* @config: {"swan": {"web": {"invoke": "swan.message.url", "handler": "bridge"}, "jsc": {"invoke": "swan.method.url", "method": "_naSwan.bridge.postMessage"}}}
*/
- (void)openSetting:(BBASchemeDispatcher *)dispatcher;
@end