INFCNdefReaderSessionDelegate Interface
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.
Defines the delegate-object interface for NFCNdefReaderSession objects.
[Foundation.Protocol(Name="NFCNDEFReaderSessionDelegate", WrapperType=typeof(CoreNFC.NFCNdefReaderSessionDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INFCNdefReaderSessionDelegate : IDisposable, ObjCRuntime.INativeObject
type INFCNdefReaderSessionDelegate = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
DidDetect(NFCNdefReaderSession, NFCNdefMessage[]) |
Developers may override this method to react to the detection of NFC tags. |
DidInvalidate(NFCNdefReaderSession, NSError) |
Developers may override this method to react to the invalidation of an NFCNdefReaderSession. |