Mac SDK
Instance Methods | List of all members
<ZoomSDKRealNameAuthenticationDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKRealNameAuthenticationDelegate>:

Instance Methods

(void) - onNeedRealNameAuthMeetingWithSupportCountryList:withPrivacyURL:withRetrieveSMSVerificationCodeHandler:
 Notify support the Real-name authentication. More...
 
(void) - onRetrieveSMSVerificationCodeResult:withVerifySMSVerificationCodeHandle:
 Notify the send MSM verification code result. More...
 
(void) - onVerifySMSVerificationCodeResult:
 Notify the MSM verification code verify result. More...
 

Method Documentation

◆ onNeedRealNameAuthMeetingWithSupportCountryList:withPrivacyURL:withRetrieveSMSVerificationCodeHandler:

- (void) onNeedRealNameAuthMeetingWithSupportCountryList: (NSArray *)  supportCountryList
withPrivacyURL: (NSString *)  privacyURL
withRetrieveSMSVerificationCodeHandler: (ZoomSDKRetrieveSMSVerificationCodeController *)  handler 

Notify support the Real-name authentication.

Parameters
support_country_listthe sdk support country list.
privacy_urlthe privacy url about Real-name authentication meeting
handlerobject of ZoomSDKRetrieveSMSVerificationCodeController.

◆ onRetrieveSMSVerificationCodeResult:withVerifySMSVerificationCodeHandle:

- (void) onRetrieveSMSVerificationCodeResult: (ZoomSDKSMSVerificationCodeError)  result
withVerifySMSVerificationCodeHandle: (ZoomSDKVerifySMSVerificationCodeController *)  handler 

Notify the send MSM verification code result.

Parameters
resultthe MSM send is success or not.
handlerthe handle work only when the result is ZoomSDKSMSError_Success.

◆ onVerifySMSVerificationCodeResult:

- (void) onVerifySMSVerificationCodeResult: (ZoomSDKSMSVerificationCodeError)  reuslt

Notify the MSM verification code verify result.

Parameters
reusltthe SMS verification code is correct or not.

The documentation for this protocol was generated from the following file: