INFCReaderSessionDelegate 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.
The delegate-object interface for NFCReaderSession objects.
[Foundation.Protocol(Name="NFCReaderSessionDelegate", WrapperType=typeof(CoreNFC.NFCReaderSessionDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INFCReaderSessionDelegate : IDisposable, ObjCRuntime.INativeObject
type INFCReaderSessionDelegate = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
DidBecomeActive(NFCReaderSession) |
Developers may override this method to react to the NFCReaderSession activating. |
DidDetectTags(NFCReaderSession, INFCTag[]) |
Developers may override this method to react to the detection of NFC |
DidInvalidate(NFCReaderSession, NSError) |
Developers may override this method to react to the invalidation of the NFCReaderSession. |