CardSession.Event.sessionInvalidated(reason:)
The session became invalid.
Declaration
case sessionInvalidated(reason: CardSession.Error)Parameters
- reason:
The reason the session became invalid.
Discussion
This is the last event produced by the event stream before the stream finishes. The reason can be any CardSession.Error except CardSession.Error.transmissionError.