EventNotificationSetting
enum EventNotificationSetting : String, Codable, RESPValueConvertible
-
Declaration
Swift
public init?(fromRESP value: RediStack.RESPValue) -
Declaration
Swift
public func convertedToRESPValue() -> RediStack.RESPValue -
Notifications should be disabled.
Declaration
Swift
case disabled = "disabled" -
Pretend that we are at this time but during the cruise week.
Declaration
Swift
case cruiseWeek = "cruiseWeek" -
The current actual real time and date.
Declaration
Swift
case current = "current"
View on GitHub