Uses of Enum
io.qt.nfc.QNearFieldShareManager.ShareMode
Packages that use QNearFieldShareManager.ShareMode
-
Uses of QNearFieldShareManager.ShareMode in io.qt.nfc
Methods in io.qt.nfc that return QNearFieldShareManager.ShareModeModifier and TypeMethodDescriptionfinal QNearFieldShareManager.ShareMode []
QNearFieldShareManager.ShareModes.flags()
Returns an array of flag objects represented by this ShareModes.QNearFieldShareManager.ShareMode.resolve
(int value) Returns the corresponding enum entry for the given value.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.Methods in io.qt.nfc with parameters of type QNearFieldShareManager.ShareModeModifier and TypeMethodDescriptionQNearFieldShareManager.ShareMode.cleared
(QNearFieldShareManager.ShareMode e) Excludes other enum entry from a flag of this entry.QNearFieldShareManager.ShareMode.combined
(QNearFieldShareManager.ShareMode e) Combines this entry with other enum entry.QNearFieldShareManager.ShareModes.combined
(QNearFieldShareManager.ShareMode e) Combines this flags with enum entry.QNearFieldShareManager.ShareMode.flags
(QNearFieldShareManager.ShareMode ... values) Creates a newQNearFieldShareManager.ShareModes
from the entries.QNearFieldShareManager.ShareModes.setFlag
(QNearFieldShareManager.ShareMode e) Sets the flage
QNearFieldShareManager.ShareModes.setFlag
(QNearFieldShareManager.ShareMode e, boolean on) Sets or clears the flagflag
final void
QNearFieldShareManager.setShareModes
(QNearFieldShareManager.ShareMode ... modes) Overloaded function forQNearFieldShareManager.setShareModes(io.qt.nfc.QNearFieldShareManager.ShareModes)
.Constructors in io.qt.nfc with parameters of type QNearFieldShareManager.ShareModeModifierConstructorDescriptionShareModes
(QNearFieldShareManager.ShareMode ... args) Creates a new ShareModes where the flags inargs
are set.