ViewModelScopePathBuilder
A specialized AbstractPathBuilder for creating a scope resolution Path starting from a ViewModel scope. It allows navigation to an activityRetainedScope from a ViewModel scope.
Properties
Functions
Link copied to clipboard
inline fun <T : Any> activityRetainedScope(qualifier: Qualifier = TypeQualifier(T::class)): ActivityRetainedScopeToken
Specifies an ActivityRetainedScope as the next step in the path.
Link copied to clipboard
Appends an ActivityRetainedScope to the path and returns a builder for that scope.