Package tangle.fragment
Types
Link copied to clipboard
annotation class ContributesFragment(scope: KClass<*>, replaces: Array<KClass<*>>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS] )
@MapKey
Content copied to clipboard
Link copied to clipboard
class TangleFragmentFactory(providerMap: Map<Class<out Fragment>, Provider<@JvmSuppressWildcards Fragment>>, assistedProviderMap: Map<Class<out Fragment>, Provider<@JvmSuppressWildcards Fragment>>) : FragmentFactory
Content copied to clipboard
Link copied to clipboard