Uses of Record Class
com.vaadin.flow.component.wakelock.WakeLockError
Packages that use WakeLockError
-
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.