-
public final class FragmentFactoryKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Fragment> SingleFragmentFactory<T>createFragmentFactory(Function0<T> factory)Creates a FragmentFactory for a single type of Fragment using the result of the given factory closure. -
-
Method Detail
-
createFragmentFactory
final static <T extends Fragment> SingleFragmentFactory<T> createFragmentFactory(Function0<T> factory)
Creates a FragmentFactory for a single type of Fragment using the result of the given factory closure.
-
-
-
-