Presentation.OnDisplayRemoved Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.