Creates a VAS command configuration object.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
Framework
- Core NFC
Declaration
init(vasMode mode: NFCVASCommand Configuration.Mode, passTypeIdentifier: String, url: URL?)
Parameters
mode
A VAS operation mode.
passTypeIdentifier
A type identifier for the Wallet pass.
url
A URL when
mode
is NFCVASCommandConfiguration.Mode.urlOnly; otherwise set tonil
. The maximum length of the URL is 64 characters, including the schema.
Return Value
A newly initialized VAS command configuration object.