Uses of Record Class
com.vaadin.flow.component.wakelock.WakeLockError
Packages that use WakeLockError
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 WakeLockError in com.vaadin.flow.component.wakelock
Method parameters in com.vaadin.flow.component.wakelock with type arguments of type WakeLockErrorModifier and TypeMethodDescriptionstatic voidWakeLock.request(SerializableConsumer<WakeLockError> onError) Asks the browser to acquire a screen wake lock for the current UI, with an error callback for persistent failures.static voidWakeLock.request(SerializableConsumer<WakeLockError> onError, UI ui) Same asWakeLock.request(SerializableConsumer)on the given UI.