Meeting SDK for macOS API Reference
|
Delegate to receive real-name authentication events. More...
#include <ZoomSDKRealNameAuthenticationController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onNeedRealNameAuthMeetingWithSupportCountryList:withPrivacyURL:withRetrieveSMSVerificationCodeHandler: |
Notify support the Real-name authentication. | |
(void) | - onRetrieveSMSVerificationCodeResult:withVerifySMSVerificationCodeHandle: |
Notify the send MSM verification code result. | |
(void) | - onVerifySMSVerificationCodeResult: |
Notify the MSM verification code verify result. | |
Delegate to receive real-name authentication events.
Definition at line 109 of file ZoomSDKRealNameAuthenticationController.h.
- (void) onNeedRealNameAuthMeetingWithSupportCountryList: | (NSArray *_Nullable) | supportCountryList | |
withPrivacyURL: | (NSString *) | privacyURL | |
withRetrieveSMSVerificationCodeHandler: | (ZoomSDKRetrieveSMSVerificationCodeController *) | handler |
Notify support the Real-name authentication.
supportCountryList | the sdk support country list. |
privacyURL | the privacy url about Real-name authentication meeting |
handler | object of ZoomSDKRetrieveSMSVerificationCodeController. |
- (void) onRetrieveSMSVerificationCodeResult: | (ZoomSDKSMSVerificationCodeError) | result | |
withVerifySMSVerificationCodeHandle: | (ZoomSDKVerifySMSVerificationCodeController *_Nullable) | handler |
Notify the send MSM verification code result.
result | the MSM send is success or not. |
handler | the handle work only when the result is ZoomSDKSMSError_Success. |
- (void) onVerifySMSVerificationCodeResult: | (ZoomSDKSMSVerificationCodeError) | result |
Notify the MSM verification code verify result.
result | the SMS verification code is correct or not. |