NFCReaderSessionDelegate.DidBecomeActive(NFCReaderSession) 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 NFCReaderSession activating.
[Foundation.Export("readerSessionDidBecomeActive:")]
public abstract void DidBecomeActive (CoreNFC.NFCReaderSession session);
abstract member DidBecomeActive : CoreNFC.NFCReaderSession -> unit
Parameters
- session
- NFCReaderSession
The session that became active.
Implements
- Attributes