Android.App.LocalActivityManager.DispatchDestroy Method
Called by the container activity in its Activity.OnDestroy so that LocalActivityManager can perform the corresponding action on the activities it holds.

Syntax

[Android.Runtime.Register("dispatchDestroy", "(Z)V", "GetDispatchDestroy_ZHandler")]
public virtual void DispatchDestroy (bool finishing)

See Also

Activity.OnDestroy

Parameters

finishing
Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1