AWSPinpointTargetingSimpleCondition
Objective-C
@interface AWSPinpointTargetingSimpleCondition
Swift
class AWSPinpointTargetingSimpleCondition
Specifies a condition to evaluate for an activity in a journey.
-
The dimension settings for the event that’s associated with the activity.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEventCondition *_Nullable eventCondition;
Swift
var eventCondition: AWSPinpointTargetingEventCondition? { get set }
-
The segment that’s associated with the activity.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSegmentCondition *_Nullable segmentCondition;
Swift
var segmentCondition: AWSPinpointTargetingSegmentCondition? { get set }
-
The dimension settings for the segment that’s associated with the activity.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSegmentDimensions *_Nullable segmentDimensions;
Swift
var segmentDimensions: AWSPinpointTargetingSegmentDimensions? { get set }