AWSConnectDeviceInfo
Objective-C
@interface AWSConnectDeviceInfo
Swift
class AWSConnectDeviceInfo
Information regarding the device.
-
Operating system that the participant used for the call.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable operatingSystem;Swift
var operatingSystem: String? { get set } -
Name of the platform that the participant used for the call.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable platformName;Swift
var platformName: String? { get set } -
Version of the platform that the participant used for the call.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable platformVersion;Swift
var platformVersion: String? { get set }
View on GitHub
Install in Dash
AWSConnectDeviceInfo Class Reference