Package-level declarations
Types
Link copied to clipboard
abstract class SupportPageAdapter(fragmentManager: FragmentManager, defaultBehavior: Int = BEHAVIOR_RESUME_ONLY_CURRENT_FRAGMENT) : FragmentStatePagerAdapter
If FragmentStatePagerAdapter.BEHAVIOR_RESUME_ONLY_CURRENT_FRAGMENT is passed in, then only the current Fragment is in the androidx.lifecycle.Lifecycle.State.RESUMED state, while all other fragments are capped at androidx.lifecycle.Lifecycle.State.STARTED.