2.23 儿童信息保护政策

接口功能:

调起儿童信息保护政策web页面

接口形式:

-(void)childInfoPrivacyFromViewController:(UIViewController *_Nonnull)viewController completionHandler:(RNUserTermsPrivacyHandler _Nullable)handler;

接口参数:

viewController:当前控制器(必传)

handler:回调

接口调用:

[[RNSDKApi sharedInstance] childInfoPrivacyFromViewController:self completionHandler:^(int code, NSString *msg) {
        
    }];
code = 200为同意后关闭
223为直接关闭

Last updated

Was this helpful?