SectionsPagerAdapter

Constructors

Link copied to clipboard
constructor(context: Context, fm: FragmentManager)

Properties

Link copied to clipboard
val POSITION_NONE: Int = -2
Link copied to clipboard

Functions

Link copied to clipboard
open fun destroyItem(container: ViewGroup, position: Int, object: Any)
Link copied to clipboard
open fun finishUpdate(container: ViewGroup)
Link copied to clipboard
open fun getCount(): Int
Link copied to clipboard
open fun getItem(position: Int): Fragment
Link copied to clipboard
open fun getItemId(position: Int): Long
Link copied to clipboard
open fun getItemPosition(object: Any): Int
Link copied to clipboard
open fun getPageTitle(position: Int): CharSequence
Link copied to clipboard
open fun getPageWidth(position: Int): Float
Link copied to clipboard
open fun instantiateItem(container: ViewGroup, position: Int): Any
Link copied to clipboard
open fun isViewFromObject(view: View, object: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun restoreState(state: Parcelable, loader: ClassLoader)
Link copied to clipboard
open fun saveState(): Parcelable
Link copied to clipboard
open fun setPrimaryItem(container: ViewGroup, position: Int, object: Any)
Link copied to clipboard
open fun startUpdate(container: ViewGroup)
Link copied to clipboard