AWSPinpointTargetingEndpointDemographic

Objective-C

@interface AWSPinpointTargetingEndpointDemographic

Swift

class AWSPinpointTargetingEndpointDemographic

Specifies demographic information about an endpoint, such as the applicable time zone and platform.

  • The version of the app that’s associated with the endpoint.

    Declaration

    Objective-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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable locale;

    Swift

    var locale: String? { get set }
  • The manufacturer of the endpoint device, such as apple or samsung.

    Declaration

    Objective-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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable model;

    Swift

    var model: String? { get set }
  • The model version of the endpoint device.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable modelVersion;

    Swift

    var modelVersion: String? { get set }
  • The platform of the endpoint device, such as ios.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable platform;

    Swift

    var platform: String? { get set }
  • The platform version of the endpoint device.

    Declaration

    Objective-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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable timezone;

    Swift

    var timezone: String? { get set }