OrientationListener.OnOrientationChanged(Int32) Method

Definition

Caution

deprecated

Look at android.view.OrientationEventListener#onOrientationChanged for method description and usage

[Android.Runtime.Register("onOrientationChanged", "(I)V", "GetOnOrientationChanged_IHandler")]
[System.Obsolete("deprecated")]
public abstract void OnOrientationChanged (int orientation);
[<Android.Runtime.Register("onOrientationChanged", "(I)V", "GetOnOrientationChanged_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member OnOrientationChanged : int -> unit

Parameters

orientation
Int32

The new orientation of the device.

Attributes

Remarks

Look at android.view.OrientationEventListener#onOrientationChanged for method description and usage

Java documentation for android.view.OrientationListener.onOrientationChanged(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also