Contents

CardSession.EventStream

An asynchronous sequence of events produced by a card session.

Declaration

final class EventStream

Overview

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.

Topics

Creating an iterator

See Also

Handling card events