iOS SDK API Reference
|
#import <MobileRTCCallCountryCode.h>
Inherits NSObject.
Properties | |
NSString * | countryId |
the country Id. | |
NSString * | countryName |
the country name. | |
NSString * | countryCode |
the country code. | |
NSString * | countryNumber |
the country number. | |
BOOL | tollFree |
Whether free. | |
Definition at line 11 of file MobileRTCCallCountryCode.h.
|
readwritenonatomicretain |
the country code.
Definition at line 23 of file MobileRTCCallCountryCode.h.
|
readwritenonatomicretain |
the country Id.
Definition at line 15 of file MobileRTCCallCountryCode.h.
|
readwritenonatomicretain |
the country name.
Definition at line 19 of file MobileRTCCallCountryCode.h.
|
readwritenonatomicretain |
the country number.
Definition at line 27 of file MobileRTCCallCountryCode.h.
|
readwritenonatomicassign |
Whether free.
Definition at line 31 of file MobileRTCCallCountryCode.h.