BBASMPlugin+Performance.h
874 Bytes
//
// BBASMPlugin+Performance.h
// SWAN
//
// Created by baidu on 2018/5/28.
// Copyright © 2018年 baidu. All rights reserved.
//
#import "BBASMPlugin.h"
@interface BBASMPlugin (Performance)
/**
* 描 述: 小程序性能面板数据获取端能力
* 示 例: baiduboxapp://swanAPI/performancePanel?params={"slaveId":"6","actionName":"pageInitRenderStart","timestamp":"123"}
* 文 档: http://ft.baidu.com/#/scheme/swan_performancepanel
* 备 注:
* ********** description ************
* @name: performpanel
* @authority: swanAPI
* @path: /performancePanel
* @args: [{"name": "data", "value": "Array"}]
* @config: {"swan": {"web": {"invoke": "swan.message.url", "handler": "bridge"}, "jsc": {"invoke": "swan.method.url", "method": "_naSwan.bridge.postMessage"}}}
*/
- (void)performancePanel:(BBASchemeDispatcher *)dispatcher;
@end