AddToWalletDisplayStatus
public struct AddToWalletDisplayStatus : CustomDebugStringConvertible
A helper struct that shows the status of possible user devices to help define the UI
-
Declaration
Swift
public var phoneStatus: WalletDeviceStatus
-
Declaration
Swift
public var watchStatus: WalletDeviceStatus
-
Declaration
Swift
public var debugDescription: String { get }
-
Declaration
Swift
public init(phoneStatus: WalletDeviceStatus = .notApplicable, watchStatus: WalletDeviceStatus = .notApplicable)
-
Declaration
Swift
public var showAddToWalletForPhone: Bool { get }
-
Declaration
Swift
public var showAddToWalletForWatch: Bool { get }