Package 

Class ViewPager.SavedState

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class ViewPager.SavedState
    extends AbsSavedState
                        

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

    • Method Summary

      Modifier and Type Method Description
      void writeToParcel(Parcel out, int flags)
      String toString()
      • Methods inherited from class tds.androidx.customview.view.AbsSavedState

        describeContents, getSuperState, writeToParcel
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait