iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCCallCountryCode.h
Go to the documentation of this file.
1
//
2
// MobileRTCCallCountryCode.h
3
// MobileRTC
4
//
5
// Created by Zoom Video Communications on 2019/7/3.
6
// Copyright © 2019 Zoom Video Communications, Inc. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@interface
MobileRTCCallCountryCode
: NSObject
15
@property
(nonatomic, retain) NSString *
countryId
;
19
@property
(nonatomic, retain) NSString *
countryName
;
23
@property
(nonatomic, retain) NSString *
countryCode
;
27
@property
(nonatomic, retain) NSString *
countryNumber
;
31
@property
(nonatomic, assign) BOOL
tollFree
;
32
33
@end
MobileRTCCallCountryCode
Definition:
MobileRTCCallCountryCode.h:12
MobileRTCCallCountryCode::countryCode
NSString * countryCode
the country code.
Definition:
MobileRTCCallCountryCode.h:23
MobileRTCCallCountryCode::countryName
NSString * countryName
the country name.
Definition:
MobileRTCCallCountryCode.h:19
MobileRTCCallCountryCode::countryNumber
NSString * countryNumber
the country number.
Definition:
MobileRTCCallCountryCode.h:27
MobileRTCCallCountryCode::countryId
NSString * countryId
the country Id.
Definition:
MobileRTCCallCountryCode.h:15
MobileRTCCallCountryCode::tollFree
BOOL tollFree
Whether free.
Definition:
MobileRTCCallCountryCode.h:31
Doxygen
iOS
msdk
MobileRTC.xcframework
ios-arm64
MobileRTC.framework
Headers
MobileRTCCallCountryCode.h
Generated by
1.9.6