iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCCallCountryCode Class 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.
 

Detailed Description

Definition at line 11 of file MobileRTCCallCountryCode.h.

Property Documentation

◆ countryCode

- (NSString*) countryCode
readwritenonatomicretain

the country code.

Definition at line 23 of file MobileRTCCallCountryCode.h.

◆ countryId

- (NSString*) countryId
readwritenonatomicretain

the country Id.

Definition at line 15 of file MobileRTCCallCountryCode.h.

◆ countryName

- (NSString*) countryName
readwritenonatomicretain

the country name.

Definition at line 19 of file MobileRTCCallCountryCode.h.

◆ countryNumber

- (NSString*) countryNumber
readwritenonatomicretain

the country number.

Definition at line 27 of file MobileRTCCallCountryCode.h.

◆ tollFree

- (BOOL) tollFree
readwritenonatomicassign

Whether free.

Definition at line 31 of file MobileRTCCallCountryCode.h.