Package tangle.fragment

Types

ContributesFragment
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ContributesFragment(scope: KClass<*>, replaces: Array<KClass<*>>)
FragmentInject
Link copied to clipboard
annotation class FragmentInject
FragmentInjectFactory
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class FragmentInjectFactory
FragmentKey
Link copied to clipboard
annotation class FragmentKey(value: KClass<out Fragment>)
TangleFragmentFactory
Link copied to clipboard
class TangleFragmentFactory(providerMap: Map<Class<out Fragment>, Provider<@JvmSuppressWildcards() Fragment>>, assistedProviderMap: Map<Class<out Fragment>, Provider<@JvmSuppressWildcards() Fragment>>) : FragmentFactory
TangleFragmentProviderMap
Link copied to clipboard

Functions

arg
Link copied to clipboard
fun <A : Any> Fragment.arg(bundleKey: String): Lazy<A>