-
@RestrictTo(value = Scope.LIBRARY) public class CTInboxTabAdapter extends FragmentPagerAdapter
Custom PagerAdapter for Notification Inbox tabs
-
-
Constructor Summary
Constructors Constructor Description CTInboxTabAdapter(FragmentManager fm, int size)
-
Method Summary
Modifier and Type Method Description intgetCount()FragmentgetItem(int position)CharSequencegetPageTitle(int position)ObjectinstantiateItem(@NonNull() ViewGroup container, int position)-
Methods inherited from class androidx.fragment.app.FragmentPagerAdapter
destroyItem, finishUpdate, getItem, getItemId, instantiateItem, isViewFromObject, restoreState, saveState, setPrimaryItem, startUpdate -
Methods inherited from class androidx.viewpager.widget.PagerAdapter
getCount, getItemPosition, getPageTitle, getPageWidth, notifyDataSetChanged, registerDataSetObserver, unregisterDataSetObserver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CTInboxTabAdapter
CTInboxTabAdapter(FragmentManager fm, int size)
-
-
Method Detail
-
getCount
int getCount()
-
getPageTitle
@Nullable() CharSequence getPageTitle(int position)
-
instantiateItem
@NonNull() Object instantiateItem(@NonNull() ViewGroup container, int position)
-
-
-
-