AWSPinpointTargetingWaitActivity

Objective-C

@interface AWSPinpointTargetingWaitActivity

Swift

class AWSPinpointTargetingWaitActivity

Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.

  • The unique identifier for the next activity to perform, after performing the wait activity.

    Declaration

    Objective-C

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

    Swift

    var nextActivity: String? { get set }
  • The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingWaitTime *_Nullable waitTime;

    Swift

    var waitTime: AWSPinpointTargetingWaitTime? { get set }