WalletDeviceStatus

public enum WalletDeviceStatus : StringValueConvertible
  • A pass cannot be added for this type of device

    Declaration

    Swift

    case notApplicable
  • A pass is available to be added to the device

    Declaration

    Swift

    case available
  • A pass has been provisioned for the device

    Declaration

    Swift

    case provisioned
  • Declaration

    Swift

    public var stringValue: String { get }