Provides an array of tags detected by the reader session.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
Framework
- Core NFC
Declaration
- (void)readerSession:(NFCReader Session *)session didDetectTags:(NSArray<_ _kindof id<NFCTag>> *)tags;
Parameters
session
The reader session detecting tags.
tags
An array of
NFCTag
objects that were detected.
Discussion
This method is called when the reader session detects NFC tags in a polling sequence.