Uses of Class
io.qt.nfc.QNdefNfcTextRecord.Encoding
Package | Description |
---|---|
io.qt.nfc |
-
Uses of QNdefNfcTextRecord.Encoding in io.qt.nfc
Methods in io.qt.nfc that return QNdefNfcTextRecord.Encoding Modifier and Type Method Description QNdefNfcTextRecord.Encoding
QNdefNfcTextRecord. encoding()
static QNdefNfcTextRecord.Encoding
QNdefNfcTextRecord.Encoding. resolve(int value)
Returns the corresponding enum entry for the given value.static QNdefNfcTextRecord.Encoding
QNdefNfcTextRecord.Encoding. valueOf(String name)
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.Encoding Modifier and Type Method Description boolean
QNdefNfcSmartPosterRecord. addTitle(String text, String locale, QNdefNfcTextRecord.Encoding encoding)
void
QNdefNfcTextRecord. setEncoding(QNdefNfcTextRecord.Encoding encoding)