WalletDeviceStatus
public enum WalletDeviceStatus : StringValueConvertible
Represents the status of adding a pass to a specific device.
-
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 }