AWSPinpointTargetingClosedDays
Objective-C
@interface AWSPinpointTargetingClosedDays
Swift
class AWSPinpointTargetingClosedDays
The time when a journey will not send messages. QuietTime should be configured first and SendingSchedule should be set to true.
-
Rules for the Custom channel.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingClosedDaysRule *> *_Nullable CUSTOM;
Swift
var custom: [AWSPinpointTargetingClosedDaysRule]? { get set }
-
Rules for the Email channel.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingClosedDaysRule *> *_Nullable EMAIL;
Swift
var email: [AWSPinpointTargetingClosedDaysRule]? { get set }
-
Rules for the Push channel.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingClosedDaysRule *> *_Nullable PUSH;
Swift
var push: [AWSPinpointTargetingClosedDaysRule]? { get set }
-
Rules for the SMS channel.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingClosedDaysRule *> *_Nullable SMS;
Swift
var sms: [AWSPinpointTargetingClosedDaysRule]? { get set }
-
Rules for the Voice channel.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingClosedDaysRule *> *_Nullable VOICE;
Swift
var voice: [AWSPinpointTargetingClosedDaysRule]? { get set }