ScheduledStatusOptions

public final class ScheduledStatusOptions: NSObject, OptionSet

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let pending = ScheduledStatusOptions(rawValue: 1 << 0)
  • Undocumented

    Declaration

    Swift

    public static let sent = ScheduledStatusOptions(rawValue: 1 << 1)
  • Undocumented

    Declaration

    Swift

    public static let failed = ScheduledStatusOptions(rawValue: 1 << 2)
  • Undocumented

    Declaration

    Swift

    public static let canceled = ScheduledStatusOptions(rawValue: 1 << 3)
  • Declaration

    Swift

    public let rawValue: Int
  • Declaration

    Swift

    public init(rawValue: Int)
  • hash

    Declaration

    Swift

    public override var hash: Int
  • Compares this object with given other object.

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool

    Parameters

    object

    Any instance

    Return Value

    true if same otherwise false