library / com.raphaelbussa.navutils.fragment / FragmentBuilder

FragmentBuilder

class FragmentBuilder

FragmentBuilder

Constructors

<init>

FragmentBuilder()

FragmentBuilder

Functions

addToBackStack

fun addToBackStack(): Unit

addToBackStack

animationType

fun animationType(animationType: NavUtils.Anim): Unit

animationType

arguments

fun arguments(bundle: Bundle): Unit

arguments

customAnimation

fun customAnimation(enterResId: Int, exitResId: Int, popEnterResId: Int, popExitResId: Int): Unit

customAnimation

fragmentManager

fun fragmentManager(fragmentManager: FragmentManager?): Unit

fragmentManager

noEnterAnimations

fun noEnterAnimations(noEnterAnimations: Boolean): Unit

noEnterAnimations

noExitAnimations

fun noExitAnimations(noExitAnimations: Boolean): Unit

noExitAnimations

tag

fun tag(tag: String): Unit

tag