AWSPinpointTargetingOpenHours
Objective-C
@interface AWSPinpointTargetingOpenHours
Swift
class AWSPinpointTargetingOpenHours
Specifies the times when message are allowed to be sent to endpoints.
-
Specifies the schedule settings for the custom channel.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<AWSPinpointTargetingOpenHoursRule *> *> *_Nullable CUSTOM;
Swift
var custom: [String : [AWSPinpointTargetingOpenHoursRule]]? { get set }
-
Specifies the schedule settings for the email channel.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<AWSPinpointTargetingOpenHoursRule *> *> *_Nullable EMAIL;
Swift
var email: [String : [AWSPinpointTargetingOpenHoursRule]]? { get set }
-
Specifies the schedule settings for the push channel.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<AWSPinpointTargetingOpenHoursRule *> *> *_Nullable PUSH;
Swift
var push: [String : [AWSPinpointTargetingOpenHoursRule]]? { get set }
-
Specifies the schedule settings for the SMS channel.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<AWSPinpointTargetingOpenHoursRule *> *> *_Nullable SMS;
Swift
var sms: [String : [AWSPinpointTargetingOpenHoursRule]]? { get set }
-
Specifies the schedule settings for the voice channel.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<AWSPinpointTargetingOpenHoursRule *> *> *_Nullable VOICE;
Swift
var voice: [String : [AWSPinpointTargetingOpenHoursRule]]? { get set }