launchSubApp
接口描述
主应用可以在子应用拉起的回调中,调用此接口拉回子应用进行登陆授权
接口定义
boolean launchSubApp(Context context, SFLaunchInfo launchInfo);
返回值说明 返回true表示接口调用成功,返回false表示接口调用失败
参数说明
参数 | 是否必传 | 类型 | 说明 |
---|---|---|---|
context | 是 | context | context对象 |
launchInfo | 是 | SFLaunchInfo | onAppLaunched接口中回调的参数 |
SFLaunchInfo说明
具体请看:常见数据结构->SFLaunchInfo。