Package com.microblink.photopay.view
Class BaseCameraView.BaseOrientationChangeListener
java.lang.Object
com.microblink.photopay.view.BaseCameraView.BaseOrientationChangeListener
- All Implemented Interfaces:
com.microblink.photopay.hardware.orientation.OrientationChangeListener
- Direct Known Subclasses:
CameraViewGroup.CameraViewGroupOrientationChangeListener
- Enclosing class:
- BaseCameraView
protected class BaseCameraView.BaseOrientationChangeListener
extends Object
implements com.microblink.photopay.hardware.orientation.OrientationChangeListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonOrientationChange(Orientation orientation) Called when device orientation changes, regardless of underlying activity's configuration settings.
-
Constructor Details
-
BaseOrientationChangeListener
protected BaseOrientationChangeListener()
-
-
Method Details
-
onOrientationChange
Description copied from interface:com.microblink.photopay.hardware.orientation.OrientationChangeListenerCalled 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:
onOrientationChangein interfacecom.microblink.photopay.hardware.orientation.OrientationChangeListener- Parameters:
orientation- New orientation of the device.
-