java.lang.Object
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcIconRecord
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
NFC MIME record to hold an icon
Java wrapper for Qt class QNdefNfcIconRecord
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.nfc.QNdefRecord
QNdefRecord.TypeNameFormatNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.qt.nfc.QNdefRecord
assign, clear, equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormatMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcIconRecord
public QNdefNfcIconRecord() -
QNdefNfcIconRecord
-
-
Method Details
-
data
@QtUninvokable public final io.qt.core.QByteArray data() -
setData
@QtUninvokable public final void setData(io.qt.core.QByteArray data) -
clone
Creates and returns a copy of this object.
- Overrides:
clonein classQNdefRecord
-