-
public interface OrientationHelper.CallbackReceives callback about the orientation changes.
-
-
Method Summary
Modifier and Type Method Description abstract voidonDeviceOrientationChanged(int deviceOrientation)abstract voidonDisplayOffsetChanged()-
-
Method Detail
-
onDeviceOrientationChanged
abstract void onDeviceOrientationChanged(int deviceOrientation)
-
onDisplayOffsetChanged
abstract void onDisplayOffsetChanged()
-
-
-
-