|
iOS SDK API Reference
|
for SMS service usage like following flow. More...
#import <MobileRTCSMSService.h>
Inherits NSObject.
Instance Methods | |
| (void) | - enableZoomAuthRealNameMeetingUIShown: |
| enable, pass YES for using the auth real name service. the call back function will called when need.(Judged by sdk logic) | |
| (MobileRTCRetrieveSMSHandler *_Nullable) | - getResendSMSVerificationCodeHandler |
| for get new retrieve handle. | |
| (MobileRTCVerifySMSHandler *_Nullable) | - getReVerifySMSVerificationCodeHandler |
| for get new verify handle. | |
| (NSArray< MobileRTCRealNameCountryInfo * > *_Nullable) | - getSupportPhoneNumberCountryList |
| getSupportPhoneNumberCountryList. | |
| (BOOL) | - setDefaultCellPhoneInfo:phoneNum: |
| set default cellphone for signed account. | |
Properties | |
| id< MobileRTCSMSServiceDelegate > | delegate |
for SMS service usage like following flow.
Definition at line 74 of file MobileRTCSMSService.h.
| - (void) enableZoomAuthRealNameMeetingUIShown: | (bool) | enable |
enable, pass YES for using the auth real name service. the call back function will called when need.(Judged by sdk logic)
| - (MobileRTCRetrieveSMSHandler *_Nullable) getResendSMSVerificationCodeHandler |
for get new retrieve handle.
| - (MobileRTCVerifySMSHandler *_Nullable) getReVerifySMSVerificationCodeHandler |
for get new verify handle.
| - (NSArray< MobileRTCRealNameCountryInfo * > *_Nullable) getSupportPhoneNumberCountryList |
getSupportPhoneNumberCountryList.
| - (BOOL) setDefaultCellPhoneInfo: | (NSString *_Nullable) | countryCode | |
| phoneNum: | (NSString *_Nullable) | phoneNum | |
set default cellphone for signed account.
| countryCode,the | user account's country code. |
| phoneNum,default | phoen number. |
|
readwritenonatomicassign |
Definition at line 75 of file MobileRTCSMSService.h.