|
iOS API
|
for SMS service usage like following flow. More...
#import <MobileRTCSMSService.h>
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) More... | |
| (MobileRTCRetrieveSMSHandler *_Nullable) | - getResendSMSVerificationCodeHandler |
| for get new retrieve handle. More... | |
| (MobileRTCVerifySMSHandler *_Nullable) | - getReVerifySMSVerificationCodeHandler |
| for get new verify handle. More... | |
| (NSArray *_Nullable) | - getSupportPhoneNumberCountryList |
| getSupportPhoneNumberCountryList. More... | |
| (BOOL) | - setDefaultCellPhoneInfo:phoneNum: |
| set default cellphone for signed account. More... | |
Properties | |
| id< MobileRTCSMSServiceDelegate > | delegate |
for SMS service usage like following flow.
| - (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 * _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. |
1.8.14