A set of parameters you use to define the configuration of an NFC tag command.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
Framework
- Core NFC
Declaration
class NFCTagCommandConfiguration : NSObject
A set of parameters you use to define the configuration of an NFC tag command.
SDKs
Framework
class NFCTagCommandConfiguration : NSObject
var maximum Retries: Int
The maximum number of retries.
var retry Interval: Time Interval
The time between retries, in seconds.
Save data to tags, and interact with them using native tag protocols.
protocol NFCISO7816Tag
An interface for interacting with an ISO 7816 tag.
protocol NFCISO15693Tag
An interface for interacting with an ISO 15693 tag.
protocol NFCFeli Ca Tag
An interface for interacting with a FeliCa™ tag.
protocol NFCMi Fare Tag
An interface for interacting with a MIFARE® tag.
protocol NFCNDEFTag
An interface for interacting with an NDEF tag.
enum NFCTag
An object that represents an NFC tag object.