Uses of Enum Class
com.vaadin.flow.component.wakelock.WakeLockErrorCode
Packages that use WakeLockErrorCode
Package
Description
Server-side access to the browser's Screen Wake Lock API, which keeps the
device screen from dimming or locking ? useful for dashboards, kiosks,
presentations, and recipe or workout screens.
-
Uses of WakeLockErrorCode in com.vaadin.flow.component.wakelock
Methods in com.vaadin.flow.component.wakelock that return WakeLockErrorCodeModifier and TypeMethodDescriptionWakeLockError.code()Returns the value of thecoderecord component.static WakeLockErrorCodeReturns the enum constant of this class with the specified name.static WakeLockErrorCode[]WakeLockErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.component.wakelock with parameters of type WakeLockErrorCodeModifierConstructorDescriptionWakeLockError(WakeLockErrorCode code, String message) Creates an instance of aWakeLockErrorrecord class.