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.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.ShareModeModifierConstructorDescriptionCreates a new ShareModes where the flags inargs
are set.