Skip to content
Vector Fragment scope
Type to start searching
    Vector
    Vector
    • Overview
    • Introduction
    • Basics
    • Advanced Usage
      • Vector State
      • Vector Fragment
      • Vector ViewModel
      • SavedState VectorViewModel
      • Logging
      • Automatic ViewModel Creation
      • Coroutine Context for State Store
    • API Reference
    

    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.

    powered by MkDocs and Material for MkDocs