Package com.microblink.view
Class BaseCameraView.BaseOrientationChangeListener
- java.lang.Object
-
- com.microblink.view.BaseCameraView.BaseOrientationChangeListener
-
- All Implemented Interfaces:
com.microblink.hardware.orientation.OrientationChangeListener
- Direct Known Subclasses:
CameraViewGroup.CameraViewGroupOrientationChangeListener
- Enclosing class:
- BaseCameraView
protected class BaseCameraView.BaseOrientationChangeListener extends java.lang.Object implements com.microblink.hardware.orientation.OrientationChangeListener
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseOrientationChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onOrientationChange(Orientation orientation)
Called when device orientation changes, regardless of underlying activity's configuration settings.
-
-
-
Method Detail
-
onOrientationChange
@CallSuper public void onOrientationChange(@NonNull Orientation orientation)
Description copied from interface:com.microblink.hardware.orientation.OrientationChangeListener
Called when device orientation changes, regardless of underlying activity's configuration settings. This event will be raised for all orientations even if underlying activity is forced to just one mode (e.g. portrait or landscape)- Specified by:
onOrientationChange
in interfacecom.microblink.hardware.orientation.OrientationChangeListener
- Parameters:
orientation
- New orientation of the device.
-
-