vector / com.haroldadmin.vector / VectorFragment / fragmentScope
fragmentScope¶
protected open val ~~fragmentScope~~: CoroutineScope
Deprecated: Use the AndroidX provided lifecycleScope extension instead
A CoroutineScope associated with the lifecycle of this fragment. The scope is cancelled when onDestroy of this Fragment has been called.