CardSession.EventStream
An asynchronous sequence of events produced by a card session.
Declaration
final class EventStreamOverview
Get an asychronous sequence of this type from the card session’s eventStream property. Then use the Swift for-await-in syntax to receive and process events as the session produces them.