NFCReaderSessionDelegate.DidInvalidate(NFCReaderSession, NSError) Method

Definition

Developers may override this method to react to the invalidation of the NFCReaderSession.

[Foundation.Export("readerSession:didInvalidateWithError:")]
public abstract void DidInvalidate (CoreNFC.NFCReaderSession session, Foundation.NSError error);
abstract member DidInvalidate : CoreNFC.NFCReaderSession * Foundation.NSError -> unit

Parameters

session
NFCReaderSession

The session that was invalidated.

error
NSError

The error that invalidated the session.

Implements

Attributes

Applies to