AWSPinpointTargetingEndpointDemographic
Objective-C
@interface AWSPinpointTargetingEndpointDemographicSwift
class AWSPinpointTargetingEndpointDemographicSpecifies demographic information about an endpoint, such as the applicable time zone and platform.
- 
                  
                  The version of the app that’s associated with the endpoint. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable appVersion;Swift var appVersion: String? { get set }
- 
                  
                  The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable locale;Swift var locale: String? { get set }
- 
                  
                  The manufacturer of the endpoint device, such as apple or samsung. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable make;Swift var make: String? { get set }
- 
                  
                  The model name or number of the endpoint device, such as iPhone or SM-G900F. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable model;Swift var model: String? { get set }
- 
                  
                  The model version of the endpoint device. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable modelVersion;Swift var modelVersion: String? { get set }
- 
                  
                  The platform of the endpoint device, such as ios. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable platform;Swift var platform: String? { get set }
- 
                  
                  The platform version of the endpoint device. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable platformVersion;Swift var platformVersion: String? { get set }
- 
                  
                  The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable timezone;Swift var timezone: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSPinpointTargetingEndpointDemographic Class Reference
        AWSPinpointTargetingEndpointDemographic Class Reference