Android.App.FragmentTransaction.IsAddToBackStackAllowed Property
Returns true if this FragmentTransaction is allowed to be added to the back stack.

Syntax

[get: Android.Runtime.Register("isAddToBackStackAllowed", "()Z", "GetIsAddToBackStackAllowedHandler")]
public abstract bool IsAddToBackStackAllowed { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this FragmentTransaction is allowed to be added to the back stack. If this method would return false, FragmentTransaction.AddToBackStack(string) will throw Java.Lang.IllegalStateException.

[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