Android.App.FragmentManager.PopBackStackImmediate Method
Like FragmentManager.PopBackStack, but performs the operation immediately inside of the call.

Syntax

[Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")]
public abstract bool PopBackStackImmediate ()

Returns

Documentation for this section has not yet been entered.

Remarks

Like FragmentManager.PopBackStack, but performs the operation immediately inside of the call. This is like calling FragmentManager.ExecutePendingTransactions afterwards.

[Android Documentation]

Requirements

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