AWSPinpointTargetingInAppCampaignSchedule
Objective-C
@interface AWSPinpointTargetingInAppCampaignSchedule
Swift
class AWSPinpointTargetingInAppCampaignSchedule
Schedule of the campaign.
-
The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endDate;
Swift
var endDate: String? { get set }
-
The event filter the SDK has to use to show the in-app message in the application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingCampaignEventFilter *_Nullable eventFilter;
Swift
var eventFilter: AWSPinpointTargetingCampaignEventFilter? { get set }
-
Time during which the in-app message should not be shown to the user.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingQuietTime *_Nullable quietTime;
Swift
var quietTime: AWSPinpointTargetingQuietTime? { get set }