2.18 个人信息收集

接口功能:

打开个人信息收集页面

接口形式:

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

接口参数:

viewController:当前控制器(必传)

handler:回调

接口调用:

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

Last updated

Was this helpful?