Class NFCVASCommandConfiguration

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class NFCVASCommandConfiguration
extends NSObject
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • NFCVASCommandConfiguration

      public NFCVASCommandConfiguration()
    • NFCVASCommandConfiguration

      protected NFCVASCommandConfiguration​(NSObject.Handle h, long handle)
    • NFCVASCommandConfiguration

      protected NFCVASCommandConfiguration​(NSObject.SkipInit skipInit)
    • NFCVASCommandConfiguration

      public NFCVASCommandConfiguration​(NFCVASMode mode, String passTypeIdentifier, NSURL url)
  • Method Details

    • getMode

      public NFCVASMode getMode()
      Since:
      Available in iOS 13.0 and later.
    • setMode

      public void setMode​(NFCVASMode v)
      Since:
      Available in iOS 13.0 and later.
    • getPassTypeIdentifier

      public String getPassTypeIdentifier()
      Since:
      Available in iOS 13.0 and later.
    • setPassTypeIdentifier

      public void setPassTypeIdentifier​(String v)
      Since:
      Available in iOS 13.0 and later.
    • getUrl

      public NSURL getUrl()
      Since:
      Available in iOS 13.0 and later.
    • setUrl

      public void setUrl​(NSURL v)
      Since:
      Available in iOS 13.0 and later.
    • init

      protected long init​(NFCVASMode mode, String passTypeIdentifier, NSURL url)