Presentation.OnDisplayRemoved Method

Definition

Called by the system when the Display to which the presentation is attached has been removed.

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

Remarks

Called by the system when the Display to which the presentation is attached has been removed.

The system automatically calls #cancel to dismiss the presentation after sending this event.

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

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