AWSPinpointTargetingSegmentLocation
Objective-C
@interface AWSPinpointTargetingSegmentLocation
Swift
class AWSPinpointTargetingSegmentLocation
Specifies geographical dimension settings for a segment.
-
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSetDimension *_Nullable country;Swift
var country: AWSPinpointTargetingSetDimension? { get set } -
The GPS location and range for the segment.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingGPSPointDimension *_Nullable GPSPoint;Swift
var gpsPoint: AWSPinpointTargetingGPSPointDimension? { get set }
View on GitHub
Install in Dash
AWSPinpointTargetingSegmentLocation Class Reference