ViewScopeProvider

A ScopeProvider that can provide scoping for Android View classes.


  AutoDispose.autoDisposable(ViewScopeProvider.from(view));

Functions

Link copied to clipboard
open fun from(view: View): ScopeProvider
Creates a ScopeProvider for Android Views.
Link copied to clipboard