java.lang.Object | ||
↳ | android.view.OrientationEventListener | |
↳ | com.sap.cloud.mobile.fiori.common.FioriOrientationListener |
Class for handling cases when reinitialization does not occur upon device rotation.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FioriOrientationListener(Context context) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
changeOrientation(int orientationType)
Handles the specific actions that should occur upon orientation change.
| ||||||||||
void |
onOrientationChanged(int orientation)
Called when an orientation change has occured.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Handles the specific actions that should occur upon orientation change. This method should be overridden by the subclass for its specific use cases.
orientationType | The orientation that the device is about to enter. |
---|
Called when an orientation change has occured.
orientation | The device's rotation degree. |
---|