LocalActivityManager.DispatchDestroy(Boolean) Method

Definition

Caution

deprecated

Called by the container activity in its Activity#onDestroy so that LocalActivityManager can perform the corresponding action on the activities it holds.

[Android.Runtime.Register("dispatchDestroy", "(Z)V", "GetDispatchDestroy_ZHandler")]
[System.Obsolete("deprecated")]
public virtual void DispatchDestroy (bool finishing);
[<Android.Runtime.Register("dispatchDestroy", "(Z)V", "GetDispatchDestroy_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member DispatchDestroy : bool -> unit
override this.DispatchDestroy : bool -> unit

Parameters

finishing
Boolean
Attributes

Remarks

Called by the container activity in its Activity#onDestroy so that LocalActivityManager can perform the corresponding action on the activities it holds.

Java documentation for android.app.LocalActivityManager.dispatchDestroy(boolean).

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