NFCReaderSessionDelegate.DidInvalidate(NFCReaderSession, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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