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