Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCSMSServiceDelegate> Protocol Reference

Retrieve and verify SMS. More...

#include <MobileRTCMeetingDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onNeedRealNameAuth:privacyURL:retrieveHandle:
 Notify support country list for send SMS, privacy URL, and send SMS handle.
 
(void) - onRetrieveSMSVerificationCodeResultNotification:verifyHandle:
 Notify the result of send SMS, and verify SMS handle.
 
(void) - onVerifySMSVerificationCodeResultNotification:
 Notify the result verify SMS.
 

Detailed Description

Retrieve and verify SMS.

Definition at line 1879 of file MobileRTCMeetingDelegate.h.

Method Documentation

◆ onNeedRealNameAuth:privacyURL:retrieveHandle:

- (void) onNeedRealNameAuth: (NSArray< MobileRTCRealNameCountryInfo * > *_Nonnull) supportCountryList
privacyURL: (NSString *_Nonnull) privacyUrl
retrieveHandle: (MobileRTCRetrieveSMSHandler *_Nonnull) handle 
optional

Notify support country list for send SMS, privacy URL, and send SMS handle.

Parameters
supportCountryListthe country list which need real name auth.
privacyUrlthe url of real name auth.
handlethe real name auth handle.

◆ onRetrieveSMSVerificationCodeResultNotification:verifyHandle:

- (void) onRetrieveSMSVerificationCodeResultNotification: (MobileRTCSMSRetrieveResult) result
verifyHandle: (MobileRTCVerifySMSHandler *_Nonnull) handler 
optionalrequired

Notify the result of send SMS, and verify SMS handle.

Parameters
resultverifyHandle.

◆ onVerifySMSVerificationCodeResultNotification:

- (void) onVerifySMSVerificationCodeResultNotification: (MobileRTCSMSVerifyResult) result
optionalrequired

Notify the result verify SMS.

Parameters
resultof verify SMS.