iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCRealNameCountryInfo Class Reference

for real name auth usage. More...

#import <MobileRTCSMSService.h>

Inherits NSObject.

Properties

NSString *_Nullable countryId
 
NSString *_Nullable countryName
 
NSString *_Nullable countryCode
 

Detailed Description

for real name auth usage.

Warning
country code will used in retrieve and verify handler.

Definition at line 16 of file MobileRTCSMSService.h.

Property Documentation

◆ countryCode

- (NSString* _Nullable) countryCode
readwritenonatomiccopy

Definition at line 19 of file MobileRTCSMSService.h.

◆ countryId

- (NSString* _Nullable) countryId
readwritenonatomiccopy

Definition at line 17 of file MobileRTCSMSService.h.

◆ countryName

- (NSString* _Nullable) countryName
readwritenonatomiccopy

Definition at line 18 of file MobileRTCSMSService.h.