autodispose-android-archcomponents-ktx / com.uber.autodispose.android.lifecycle / androidx.lifecycle.Lifecycle

Extensions for androidx.lifecycle.Lifecycle

scope

fun Lifecycle.scope(): ScopeProvider
fun Lifecycle.scope(untilEvent: Event): ScopeProvider
fun Lifecycle.scope(boundaryResolver: CorrespondingEventsFunction<Event>): ScopeProvider

Extension that returns a ScopeProvider for this Lifecycle.