Share via


NFCReaderSessionDelegate_Extensions Class

Definition

Extension methods to the INFCReaderSessionDelegate interface to support all the methods from the NFCReaderSessionDelegate protocol.

public static class NFCReaderSessionDelegate_Extensions
type NFCReaderSessionDelegate_Extensions = class
Inheritance
NFCReaderSessionDelegate_Extensions

Remarks

The extension methods for INFCReaderSessionDelegate interface allow developers to treat instances of the interface as having all the optional methods of the original NFCReaderSessionDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
DidDetectTags(INFCReaderSessionDelegate, NFCReaderSession, INFCTag[])

Developers may override this method to react to the detection of NFC tags.

Applies to