AWSPinpointTargetingRecencyDimension
Objective-C
@interface AWSPinpointTargetingRecencyDimension
Swift
class AWSPinpointTargetingRecencyDimension
Specifies criteria for including or excluding endpoints from a segment based on how recently an endpoint was active.
Required parameters: [Duration, RecencyType]
-
The duration to use when determining whether an endpoint is active or inactive.
Declaration
Objective-C
@property (nonatomic) AWSPinpointTargetingDuration duration;
Swift
var duration: AWSPinpointTargetingDuration { get set }
-
The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren’t active within the specified duration are included in the segment.
Declaration
Objective-C
@property (nonatomic) AWSPinpointTargetingRecencyType recencyType;
Swift
var recencyType: AWSPinpointTargetingRecencyType { get set }