popTo

open fun popTo(@NonNull() fm: FragmentManager, popClz: Class<out Fragment>, isIncludeSelf: Boolean)

Pop to fragment.

Parameters

fm

The manager of fragment.

popClz

The class of fragment will be popped to.

isIncludeSelf

True to include the fragment, false otherwise.

open fun popTo(@NonNull() fm: FragmentManager, popClz: Class<out Fragment>, isIncludeSelf: Boolean, isImmediate: Boolean)

Pop to fragment.

Parameters

fm

The manager of fragment.

popClz

The class of fragment will be popped to.

isIncludeSelf

True to include the fragment, false otherwise.

isImmediate

True to pop immediately, false otherwise.