注入权限验证配置
命名空间:
Smobiler.Plugins
程序集:
Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public void Config(
long timestamp,
string nonceStr,
string signature,
string[] jsApiList,
ComponentOnResultHandler handler = null
)
Public Sub Config (
timestamp As Long,
nonceStr As String,
signature As String,
jsApiList As String(),
Optional handler As ComponentOnResultHandler = Nothing
)
参数
- timestamp
- 类型:SystemInt64
生成签名的时间戳 - nonceStr
- 类型:SystemString
生成签名的随机串 - signature
- 类型:SystemString
签名 - jsApiList
- 类型:SystemString
需要使用的JS接口列表 - handler (Optional)
- 类型:Smobiler.Core.ControlsComponentOnResultHandler
结果回调
参见