ActivityRetainedScopePathBuilder

A specialized AbstractPathBuilder for creating a scope resolution Path starting from an ActivityRetained scope. This builder is more limited as it typically represents a higher-level scope in the activity-related hierarchy.

Constructors

Link copied to clipboard
constructor(path: Path)

Properties

Link copied to clipboard
Link copied to clipboard
open override val path: Path

The Path object being constructed.

Functions

Link copied to clipboard
infix fun of(root: Root): Path
Link copied to clipboard
inline fun <T : Any> scope(qualifier: Qualifier): Qualifier