Uses of Record Class
com.vaadin.flow.component.screenorientation.ScreenOrientationLockError
Packages that use ScreenOrientationLockError
Package
Description
Server-side access to the browser's Screen Orientation API for observing and
locking the device's screen orientation.
-
Uses of ScreenOrientationLockError in com.vaadin.flow.component.screenorientation
Method parameters in com.vaadin.flow.component.screenorientation with type arguments of type ScreenOrientationLockErrorModifier and TypeMethodDescriptionstatic voidScreenOrientation.lock(ScreenOrientationType orientation, SerializableRunnable onSuccess, SerializableConsumer<ScreenOrientationLockError> onError) Locks the screen orientation to the given type and notifies the matching callback when the browser resolves the request.