2.20 用户隐私协议弹框
接口功能:
调起用户隐私协议确认,撤销弹框
接口形式:
-(void)privacyCheckFromViewController:(UIViewController *_Nonnull)viewController
completionHandler:(RNPrivacyHandler _Nullable)handler;
接口参数:
viewController:当前控制器(必传)
handler:回调
接口使用:
[[RNSDKApi sharedInstance] privacyCheckFromViewController:self completionHandler:^(int code, NSString *msg) {
}];
code = 200为用户同意协议
223为撤销同意,并且2s后悔强制退出游戏
Last updated
Was this helpful?