FragmentTransaction.SetReorderingAllowed(Boolean) Method

Definition

Sets whether or not to allow optimizing operations within and across transactions.

[Android.Runtime.Register("setReorderingAllowed", "(Z)Landroid/app/FragmentTransaction;", "GetSetReorderingAllowed_ZHandler", ApiSince=26)]
public abstract Android.App.FragmentTransaction? SetReorderingAllowed (bool reorderingAllowed);
[<Android.Runtime.Register("setReorderingAllowed", "(Z)Landroid/app/FragmentTransaction;", "GetSetReorderingAllowed_ZHandler", ApiSince=26)>]
abstract member SetReorderingAllowed : bool -> Android.App.FragmentTransaction

Parameters

reorderingAllowed
Boolean

true to enable optimizing out redundant operations or false to disable optimizing out redundant operations on this transaction.

Returns

FragmentTransaction
Attributes

Remarks

Java documentation for android.app.FragmentTransaction.setReorderingAllowed(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to