Uses of Class
org.robovm.apple.corenfc.NFCTypeNameFormat
| Package | Description |
|---|---|
| org.robovm.apple.corenfc |
-
Uses of NFCTypeNameFormat in org.robovm.apple.corenfc
Methods in org.robovm.apple.corenfc that return NFCTypeNameFormat Modifier and Type Method Description NFCTypeNameFormatNFCNDEFPayload. getTypeNameFormat()static NFCTypeNameFormatNFCTypeNameFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static NFCTypeNameFormatNFCTypeNameFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static NFCTypeNameFormat[]NFCTypeNameFormat. 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 NFCTypeNameFormat Modifier and Type Method Description protected longNFCNDEFPayload. init(NFCTypeNameFormat format, NSData type, NSData identifier, NSData payload)protected longNFCNDEFPayload. init(NFCTypeNameFormat format, NSData type, NSData identifier, NSData payload, long chunkSize)voidNFCNDEFPayload. setTypeNameFormat(NFCTypeNameFormat v)Constructors in org.robovm.apple.corenfc with parameters of type NFCTypeNameFormat Constructor Description NFCNDEFPayload(NFCTypeNameFormat format, NSData type, NSData identifier, NSData payload)NFCNDEFPayload(NFCTypeNameFormat format, NSData type, NSData identifier, NSData payload, long chunkSize)