Presentation.OnDisplayChanged Method

Definition

Called by the system when the properties of the Display to which the presentation is attached have changed.

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

Remarks

Called by the system when the properties of the Display to which the presentation is attached have changed.

Java documentation for android.app.Presentation.onDisplayChanged().

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