INFCNdefReaderSessionDelegate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’interface d’objet délégué pour les NFCNdefReaderSession objets.
[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
- Dérivé
- Attributs
- Implémente
Propriétés
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
Méthodes
DidDetect(NFCNdefReaderSession, NFCNdefMessage[]) |
Les développeurs peuvent remplacer cette méthode pour réagir à la détection des balises NFC. |
DidInvalidate(NFCNdefReaderSession, NSError) |
Les développeurs peuvent remplacer cette méthode pour réagir à l’invalidation d’un NFCNdefReaderSession. |