java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcUriRecord
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
NFC RTD-URI
Java wrapper for Qt class QNdefNfcUriRecord
-
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
ConstructorsModifierConstructorDescriptionQNdefNfcUriRecord(QNdefRecord other) protectedQNdefNfcUriRecord(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.nfc.QNdefRecord
clear, equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormatMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcUriRecord
public QNdefNfcUriRecord() -
QNdefNfcUriRecord
-
QNdefNfcUriRecord
protected QNdefNfcUriRecord(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setUri
@QtUninvokable public final void setUri(io.qt.core.QUrl uri) -
uri
@QtUninvokable public final io.qt.core.QUrl uri() -
clone
- Overrides:
clonein classQNdefRecord
-