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

Retrieve and verify SMS. More...

#import <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 1197 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
supportCountryList,privacyUrl,retrieveHandle

◆ onRetrieveSMSVerificationCodeResultNotification:verifyHandle:

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

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

Parameters
result,verifyHandle

◆ onVerifySMSVerificationCodeResultNotification:

- (void) onVerifySMSVerificationCodeResultNotification: (MobileRTCSMSVerifyResult result
optional

Notify the result verify SMS.

Parameters
resultof verify SMS.