Uses of Class
io.qt.nfc.QNearFieldShareManager.ShareMode
Package | Description |
---|---|
io.qt.nfc |
-
Uses of QNearFieldShareManager.ShareMode in io.qt.nfc
Methods in io.qt.nfc that return QNearFieldShareManager.ShareMode Modifier and Type Method Description QNearFieldShareManager.ShareMode[]
QNearFieldShareManager.ShareModes. flags()
Returns an array of flag objects represented by this ShareModes.static QNearFieldShareManager.ShareMode
QNearFieldShareManager.ShareMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QNearFieldShareManager.ShareMode
QNearFieldShareManager.ShareMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QNearFieldShareManager.ShareMode[]
QNearFieldShareManager.ShareMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.nfc with parameters of type QNearFieldShareManager.ShareMode Constructor Description ShareModes(QNearFieldShareManager.ShareMode... args)
Creates a new ShareModes where the flags inargs
are set.