The methods of Android.App.FragmentTransaction are listed below. For a list of all members, see the FragmentTransaction Members list.
See Also: Inherited members from Java.Lang.Object
abstract | Add(Fragment, string)Calls FragmentTransaction.Add(int, Android.App.Fragment, Android.App.Fragment) with a 0 containerViewId. | |
abstract | Add(int, Fragment)Calls FragmentTransaction.Add(int, Android.App.Fragment, Android.App.Fragment) with a null tag. | |
abstract | Add(int, Fragment, string)Add a fragment to the activity state. | |
abstract | AddSharedElement(Android.Views.View, string)Used with to map a View from a removed or hidden Fragment to a View from a shown or added Fragment. | |
abstract | AddToBackStack(string)Add this transaction to the back stack. | |
abstract | Attach(Fragment)Re-attach a fragment after it had previously been detached from the UI with FragmentTransaction.Detach(Fragment). | |
abstract | Commit()Schedules a commit of this transaction. | |
abstract | CommitAllowingStateLoss()Like FragmentTransaction.Commit but allows the commit to be executed after an activity's state is saved. | |
abstract | Detach(Fragment)Detach the given fragment from the UI. | |
abstract | DisallowAddToBackStack()Disallow calls to FragmentTransaction.AddToBackStack(string). | |
abstract | Hide(Fragment)Hides an existing fragment. | |
abstract | Remove(Fragment)Remove an existing fragment. | |
abstract | Replace(int, Fragment)Calls FragmentTransaction.Replace(int, Android.App.Fragment, Android.App.Fragment) with a null tag. | |
abstract | Replace(int, Fragment, string)Replace an existing fragment that was added to a container. | |
abstract | SetBreadCrumbShortTitle(Java.Lang.ICharSequence)Like FragmentTransaction.SetBreadCrumbShortTitle(int) but taking a raw string; this method is not recommended, as the string can not be changed later if the locale changes. | |
abstract | SetBreadCrumbShortTitle(int)Set the short title to show as a bread crumb when this transaction is on the back stack, as used by Android.App.FragmentBreadCrumbs. | |
SetBreadCrumbShortTitle(string)Documentation for this section has not yet been entered. | ||
abstract | SetBreadCrumbTitle(Java.Lang.ICharSequence)Like FragmentTransaction.SetBreadCrumbTitle(int) but taking a raw string; this method is not recommended, as the string can not be changed later if the locale changes. | |
abstract | SetBreadCrumbTitle(int)Set the full title to show as a bread crumb when this transaction is on the back stack, as used by Android.App.FragmentBreadCrumbs. | |
SetBreadCrumbTitle(string)Documentation for this section has not yet been entered. | ||
abstract | SetCustomAnimations(int, int)Set specific animation resources to run for the fragments that are entering and exiting in this transaction. | |
abstract | SetCustomAnimations(int, int, int, int)Set specific animation resources to run for the fragments that are entering and exiting in this transaction. | |
abstract | SetTransition(FragmentTransit)Select a standard transition animation for this transaction. | |
abstract | SetTransitionStyle(int)Set a custom style resource that will be used for resolving transit animations. | |
abstract | Show(Fragment)Shows a previously hidden fragment. |