OrientationEventListener.Enable Method

Definition

Enables the OrientationEventListener so it will monitor the sensor and call #onOrientationChanged when the device orientation changes.

[Android.Runtime.Register("enable", "()V", "GetEnableHandler")]
public virtual void Enable ();
[<Android.Runtime.Register("enable", "()V", "GetEnableHandler")>]
abstract member Enable : unit -> unit
override this.Enable : unit -> unit
Attributes

Remarks

Enables the OrientationEventListener so it will monitor the sensor and call #onOrientationChanged when the device orientation changes.

Java documentation for android.view.OrientationEventListener.enable().

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