iOS API
Instance Methods | List of all members
<MobileRTCSMSServiceDelegate > Protocol Reference
Inheritance diagram for <MobileRTCSMSServiceDelegate >:

Instance Methods

(void) - onNeedRealNameAuth:privacyURL:retrieveHandle:
 This method will notify support country list for send SMS, privacy url, send SMS handle. More...
 
(void) - onRetrieveSMSVerificationCodeResultNotification:verifyHandle:
 This method will notify the result of send SMS, and verify SMS handle. More...
 
(void) - onVerifySMSVerificationCodeResultNotification:
 This method will notify the result verify SMS. More...
 

Method Documentation

◆ onNeedRealNameAuth:privacyURL:retrieveHandle:()

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

This method will notify support country list for send SMS, privacy url, send SMS handle.

Parameters
supportCountryList,privacyUrl,retrieveHandle

◆ onRetrieveSMSVerificationCodeResultNotification:verifyHandle:()

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

This method will notify the result of send SMS, and verify SMS handle.

Parameters
result,verifyHandle

◆ onVerifySMSVerificationCodeResultNotification:()

- (void MobileRTCSMSServiceDelegate) onVerifySMSVerificationCodeResultNotification: (MobileRTCSMSVerifyResult)  result
optional

This method will notify the result verify SMS.

Parameters
resultof verify SMS.

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