SavedState

This is the persistent state that is saved by ViewPager. Only needed if you are creating a sublass of ViewPager that must save its own state, in which case it should implement a subclass of this which contains that state.

Constructors

Link copied to clipboard
constructor(@NonNull superState: Parcelable)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeToParcel(out: Parcel, flags: Int)