FragmentStateAdapter

constructor(@NonNull fragmentActivity: FragmentActivity)(source)

Parameters

fragmentActivity

if the ViewPager2 lives directly in a FragmentActivity subclass.

See also


constructor(@NonNull fragment: Fragment)(source)

Parameters

fragment

if the ViewPager2 lives directly in a Fragment subclass.

See also


constructor(@NonNull fragmentManager: FragmentManager, @NonNull lifecycle: Lifecycle)(source)

Parameters

fragmentManager

of ViewPager2's host

lifecycle

of ViewPager2's host

See also