Uses of Enum
io.qt.webengine.core.QWebEngineWebAuthUxRequest.PinEntryReason
Packages that use QWebEngineWebAuthUxRequest.PinEntryReason
-
Uses of QWebEngineWebAuthUxRequest.PinEntryReason in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineWebAuthUxRequest.PinEntryReasonModifier and TypeMethodDescriptionQWebEngineWebAuthPinRequest.reason()
SeeQWebEngineWebAuthPinRequest::
reason QWebEngineWebAuthUxRequest.PinEntryReason.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QWebEngineWebAuthUxRequest.PinEntryReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.core with parameters of type QWebEngineWebAuthUxRequest.PinEntryReasonModifier and TypeMethodDescriptionfinal void
QWebEngineWebAuthPinRequest.setReason
(QWebEngineWebAuthUxRequest.PinEntryReason reason) SeeQWebEngineWebAuthPinRequest::
reason Constructors in io.qt.webengine.core with parameters of type QWebEngineWebAuthUxRequest.PinEntryReasonModifierConstructorDescriptionQWebEngineWebAuthPinRequest
(QWebEngineWebAuthUxRequest.PinEntryReason reason, QWebEngineWebAuthUxRequest.PinEntryError error, int minPinLength, int remainingAttempts) SeeQWebEngineWebAuthPinRequest::
QWebEngineWebAuthPinRequest{QWebEngineWebAuthUxRequest::PinEntryReason, QWebEngineWebAuthUxRequest::PinEntryError, qint32, int}