Contents

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.

See Also

Handling card events