StatefulAdapter

ViewPager2 adapters should implement this interface to be called during onSaveInstanceState and onRestoreInstanceState

Inheritors

Functions

Link copied to clipboard
abstract fun restoreState(@NonNull savedState: Parcelable)
Restores adapter state
Link copied to clipboard
abstract fun saveState(): Parcelable
Saves adapter state