Engine
/
com.drake.engine.adapter
/
BaseFragmentPagerAdapter
Base
Fragment
Pager
Adapter
class
BaseFragmentPagerAdapter
(fragmentManager:
FragmentManager
, fragments:
List
<
Fragment
>, titles:
List
<
String
>?) :
FragmentStatePagerAdapter
Content copied to clipboard
Functions
Properties
Functions
getCount
Link copied to clipboard
open override fun
getCount
():
Int
Content copied to clipboard
getItem
Link copied to clipboard
open override fun
getItem
(position:
Int
):
Fragment
Content copied to clipboard
getPageTitle
Link copied to clipboard
open override fun
getPageTitle
(position:
Int
):
CharSequence
?
Content copied to clipboard
Properties
fragments
Link copied to clipboard
var
fragments
:
List
<
Fragment
>
Content copied to clipboard
titles
Link copied to clipboard
var
titles
:
List
<
String
>? = null
Content copied to clipboard