BBASMPlugin+ActionSheet.h
806 Bytes
//
// BBASMPlugin+ActionSheet.h
// BBAMNP
//
// Created by baidu on 2019/1/4.
//
#import "BBASMPlugin.h"
@interface BBASMPlugin (ActionSheet)
/**
* 描 述: 显示操作菜单
* 示 例: baiduboxapp://swanAPI/showActionSheet?params=\$params&callback=\$callback
* 文 档: http://ft.baidu.com/#/scheme/utils_showactionsheet
* 备 注:
* ********** description ************
* @name: showActionSheet
* @authority: swanAPI
* @path: /showActionSheet
* @args: [{"name": "itemList", "value": "string[]"}, {"name": "itemColor", "value": "string="}]
* @config: {"swan": {"web": {"invoke": "swan.message.url", "handler": "bridge"}, "jsc": {"invoke": "swan.method.url", "method": "_naSwan.bridge.postMessage"}}}
*/
- (void)showActionSheet:(BBASchemeDispatcher *)command;
@end