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.EncodingQNdefNfcTextRecord.Encoding.resolve(int value) Returns the corresponding enum entry for the given value.static QNdefNfcTextRecord.EncodingReturns 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 booleanQNdefNfcSmartPosterRecord.addTitle(String text, String locale, QNdefNfcTextRecord.Encoding encoding) final voidQNdefNfcTextRecord.setEncoding(QNdefNfcTextRecord.Encoding encoding)