Package com.tomtom.tools.android.api.lifecycle

Types

Link copied to clipboard
abstract class LifecycleViewModel : ViewModel, LifecycleOwner

A ViewModel with a LifecycleOwner, allowing it to easily bind to lifecycle dependent components such as LiveData.