Contents

events

A stream of events you receive indicating the activities of the payment card reader.

Declaration

final let events: AsyncStream<PaymentCardReader.Event>

Mentioned in

Discussion

When calling prepare(using:), the PaymentCardReader.Event.updateProgress(_:) event will indicate the completion percentage of the configuration. When reading cards with PaymentCardReaderSession, the raised events will indicate the current state of the card-reading process.

See Also

Observing reader events