INFCReaderSessionDelegate Interface
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.
C#
[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
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Did |
Developers may override this method to react to the NFCReaderSession activating. |
Did |
Developers may override this method to react to the detection of NFC |
Did |
Developers may override this method to react to the invalidation of the NFCReaderSession. |
Product | Versions |
---|---|
Xamarin iOS SDK | 12 |