Uses of Class
org.robovm.apple.corenfc.NFCVASMode
| Package | Description |
|---|---|
| org.robovm.apple.corenfc |
-
Uses of NFCVASMode in org.robovm.apple.corenfc
Methods in org.robovm.apple.corenfc that return NFCVASMode Modifier and Type Method Description NFCVASModeNFCVASCommandConfiguration. getMode()static NFCVASModeNFCVASMode. valueOf(long n)Returns the enum constant of this type with the specified name.static NFCVASModeNFCVASMode. valueOf(String name)Returns the enum constant of this type with the specified name.static NFCVASMode[]NFCVASMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corenfc with parameters of type NFCVASMode Modifier and Type Method Description protected longNFCVASCommandConfiguration. init(NFCVASMode mode, String passTypeIdentifier, NSURL url)voidNFCVASCommandConfiguration. setMode(NFCVASMode v)Constructors in org.robovm.apple.corenfc with parameters of type NFCVASMode Constructor Description NFCVASCommandConfiguration(NFCVASMode mode, String passTypeIdentifier, NSURL url)