AWSPinpointTargetingOpenHoursRule
Objective-C
@interface AWSPinpointTargetingOpenHoursRule
Swift
class AWSPinpointTargetingOpenHoursRule
Specifies the start and end time for OpenHours.
-
The end of the scheduled time, in ISO 8601 format, when the channel can’t send messages.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endTime;
Swift
var endTime: String? { get set }
-
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable startTime;
Swift
var startTime: String? { get set }