2.22 服务协议

接口功能:

调起服务协议web页面

接口形式:

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

接口参数:

viewController:当前控制器(必传)

handler:回调

接口调用:

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

Last updated

Was this helpful?