eventStream
An asynchronous sequence of events from the card session.
Declaration
var eventStream: CardSession.EventStream { get }Discussion
Use the Swift for-await-in syntax to receive and process events as the session produces them.
An asynchronous sequence of events from the card session.
var eventStream: CardSession.EventStream { get }Use the Swift for-await-in syntax to receive and process events as the session produces them.