Uses of Enum
io.qt.nfc.QNdefNfcTextRecord.Encoding
Packages that use QNdefNfcTextRecord.Encoding
-
Uses of QNdefNfcTextRecord.Encoding in io.qt.nfc
Methods in io.qt.nfc that return QNdefNfcTextRecord.EncodingModifier and TypeMethodDescriptionQNdefNfcTextRecord.encoding()
static QNdefNfcTextRecord.Encoding
QNdefNfcTextRecord.Encoding.resolve
(int value) Returns the corresponding enum entry for the given value.static QNdefNfcTextRecord.Encoding
Returns the enum constant of this type with the specified name.static QNdefNfcTextRecord.Encoding[]
QNdefNfcTextRecord.Encoding.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.nfc with parameters of type QNdefNfcTextRecord.EncodingModifier and TypeMethodDescriptionfinal boolean
QNdefNfcSmartPosterRecord.addTitle
(String text, String locale, QNdefNfcTextRecord.Encoding encoding) final void
QNdefNfcTextRecord.setEncoding
(QNdefNfcTextRecord.Encoding encoding)