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

Syntax

[Android.Runtime.Register("popBackStackImmediate", "(II)Z", "GetPopBackStackImmediate_IIHandler")]
public abstract bool PopBackStackImmediate (int id, [Android.Runtime.GeneratedEnum] PopBackStackFlags flags)

Parameters

id
Documentation for this section has not yet been entered.
flags
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Like FragmentManager.PopBackStack(int, Android.App.PopBackStackFlags), 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