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

Syntax

[Android.Runtime.Register("dispatchPause", "(Z)V", "GetDispatchPause_ZHandler")]
public virtual void DispatchPause (bool finishing)

See Also

Activity.OnPause
Activity.IsFinishing

Parameters

finishing
set to true if the parent activity has been finished; this can be determined by calling Activity.isFinishing()

Remarks

Called by the container activity in its Activity.OnPause 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