Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKCallInPhoneNumInfo Class Reference
Inheritance diagram for ZoomSDKCallInPhoneNumInfo:

Instance Methods

(NSString *) - getID
 Get the ID of country from which user calls in. More...
 
(NSString *) - getCode
 The code of country from where user calls in. More...
 
(NSString *) - getName
 Get the name of country from where user calls in. More...
 
(NSString *) - getNumber
 Get the number for dialing in. More...
 
(NSString *) - getDisplayNumber
 Get the display number of the country. More...
 
(CallInNumberType) - getType
 Get the number type for dialing in. More...
 

Protected Attributes

NSString * _id
 
NSString * _code
 
NSString * _name
 
NSString * _number
 
NSString * _displayNumber
 
CallInNumberType _type
 

Method Documentation

◆ getCode

- (NSString*) getCode

The code of country from where user calls in.

Returns
The code of country.

◆ getDisplayNumber

- (NSString*) getDisplayNumber

Get the display number of the country.

Returns
The display number of the country.

◆ getID

- (NSString*) getID

Get the ID of country from which user calls in.

Returns
The country ID.

◆ getName

- (NSString*) getName

Get the name of country from where user calls in.

Returns
The name of country.

◆ getNumber

- (NSString*) getNumber

Get the number for dialing in.

Returns
The number for dialing in.

◆ getType

- (CallInNumberType) getType

Get the number type for dialing in.

Returns
The number type.

The documentation for this class was generated from the following file: