BBASMPlugin+GetLaunchAppInfo.h 960 Bytes
//
//  BBASMPlugin+GetLunchAppInfo.h
//  SWAN
//
//  Created by baidu on 2018/11/7.
//  Copyright © 2018 baidu. All rights reserved.
//

#import "BBASMPlugin.h"

@interface BBASMPlugin (GetLaunchAppInfo)

/**
 * 描  述: 主要获取用户当天启动次数和访问时长以及C端下发的相关小程序打开app的配置和策略信息
 * 示  例: baiduboxapp://swanAPI/getLaunchAppInfo?params={"cb":""}&callback=_bdbox_js_689&upgrade=0 callCallback _bdbox_js_689
 * 文  档: http://ft.baidu.com/#/scheme/swan_getlaunchappinfo
 * 备  注:
 * ********** description ************
 * @name:      getLaunchAppInfo
 * @authority: swanAPI
 * @path:      /getLaunchAppInfo
 * @args:      [{"name": "cb", "value": "string"}]
 * @config:    {"swan": {"web": {"invoke": "swan.message.url", "handler": "bridge"}, "jsc": {"invoke": "swan.method.url", "method": "_naSwan.bridge.postMessage"}}}
 */
- (void)getLaunchAppInfo:(BBASchemeDispatcher *)dispatcher;

@end