API Differences in ProximityReader in iOS 18.4

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in ProximityReader in the iOS 18.4 SDK.

Table of Contents

Classes

StoreAndForwardPaymentCardReaderSession

Structs

PaymentCardReaderStore
StoreAndForwardBatch
StoreAndForwardBatch
StoredPaymentCardReadResult
StoreAndForwardBatchDeletionToken
StoreAndForwardStatus

Enums

PaymentCardReadResult
CardEffectiveState
PaymentCardReadResult
CardExpirationState
PaymentCardReaderStore
StoreError

Functions & Methods

PaymentCardReader
public func fetchPaymentCardReaderStore() throws -> ProximityReader.PaymentCardReaderStore
PaymentCardReader
public func prepareStoreAndForward() async throws -> ProximityReader.StoreAndForwardPaymentCardReaderSession

Properties & Constants

DocumentElements
public let documentNumber: Swift.String?
Element
public static let documentNumber: ProximityReader.MobileNationalIDCardDataRequest.Element
Element
public static let documentNumber: ProximityReader.MobileNationalIDCardRawDataRequest.Element
PaymentCardReadResult
public let cardEffectiveState: ProximityReader.PaymentCardReadResult.CardEffectiveState?
PaymentCardReadResult
public let cardExpirationState: ProximityReader.PaymentCardReadResult.CardExpirationState?
PaymentCardReaderSession
final public let currentOSVersionDeprecationDate: Foundation.Date?

Conformances

PaymentCardReadResult.CardEffectiveState
Swift.Equatable
PaymentCardReadResult.CardEffectiveState
Swift.Hashable
PaymentCardReadResult.CardExpirationState
Swift.Equatable
PaymentCardReadResult.CardExpirationState
Swift.Hashable

Enum Cases

PaymentCardReaderError
case storeAndForwardNotAllowed
PaymentCardReaderError
case storeAndForwardSessionExpired
PaymentCardReaderError
case storeAndForwardSessionInvalidated
PaymentCardReaderError
case storeAndForwardTokenIssuerChanged
ReadError
case storeAndForwardDeclineFailed
ReadError
case storeAndForwardResultNotFound
ReadError
case unknown(code: Swift.Int)