Package-level declarations

Functions

Link copied to clipboard
fun Module.activityRetainedScope(scopeSet: ScopeDSL.() -> Unit)

Declare an Activity retained scope section.

Link copied to clipboard
fun Module.activityScope(scopeSet: ScopeDSL.() -> Unit)

Declare an Activity scope section.

Link copied to clipboard
fun Module.fragmentScope(scopeSet: ScopeDSL.() -> Unit)

Declare a Fragment scope section.