vector / com.haroldadmin.vector / VectorFragment / viewScope
viewScope¶
protected open val ~~viewScope~~: CoroutineScope
Deprecated: Use the AndroidX provided lifecycle scope extension instead
A CoroutineScope associated with the view-lifecycle of this fragment. The scope is cancelled when onDestroyView of this Fragment has been called, and created when onCreateView is called.
This is deprecated, and simply delegates to the lifecycle library's androidx.lifecycle.lifecycleScope property