INFCNdefReaderSessionDelegate.DidInvalidate 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 an NFCNdefReaderSession.
[Foundation.Export("readerSession:didInvalidateWithError:")]
[Foundation.Preserve(Conditional=true)]
public void DidInvalidate (CoreNFC.NFCNdefReaderSession session, Foundation.NSError error);
abstract member DidInvalidate : CoreNFC.NFCNdefReaderSession * Foundation.NSError -> unit
Parameters
- session
- NFCNdefReaderSession
The session that was invalidated.
- error
- NSError
The error that invalidated the session.
- Attributes