AWSPinpointTargetingStartCondition
Objective-C
@interface AWSPinpointTargetingStartCondition
Swift
class AWSPinpointTargetingStartCondition
Specifies the conditions for the first activity in a journey. This activity and its conditions determine which users are participants in a journey.
-
The custom description of the condition.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
Specifies the settings for an event that causes a journey activity to start.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEventStartCondition *_Nullable eventStartCondition;
Swift
var eventStartCondition: AWSPinpointTargetingEventStartCondition? { get set }
-
The segment that’s associated with the first activity in the journey. This segment determines which users are participants in the journey.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSegmentCondition *_Nullable segmentStartCondition;
Swift
var segmentStartCondition: AWSPinpointTargetingSegmentCondition? { get set }