AWSPinpointTargetingEventStartCondition

Objective-C

@interface AWSPinpointTargetingEventStartCondition

Swift

class AWSPinpointTargetingEventStartCondition

Specifies the settings for an event that causes a journey activity to start.

  • Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingEventFilter *_Nullable eventFilter;

    Swift

    var eventFilter: AWSPinpointTargetingEventFilter? { get set }
  • Declaration

    Objective-C

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

    Swift

    var segmentId: String? { get set }