belongs to Maven artifact com.android.support:support-v13:28.0.0-alpha1
Deprecated since version 27.1.0
FragmentCompat
public
class
FragmentCompat
extends Object
java.lang.Object | |
↳ | android.support.v13.app.FragmentCompat |
This class was deprecated
in API level 27.1.0.
Use Fragment
instead of the framework fragment.
Helper for accessing features in Fragment
in a backwards compatible fashion.
Summary
Nested classes | |
---|---|
interface |
FragmentCompat.OnRequestPermissionsResultCallback
This interface was deprecated
in API level 27.1.0.
Use |
interface |
FragmentCompat.PermissionCompatDelegate
This interface was deprecated
in API level 27.1.0.
Use |
Public constructors | |
---|---|
FragmentCompat()
This constructor was deprecated
in API level 27.1.0.
Use |
Public methods | |
---|---|
static
void
|
requestPermissions(Fragment fragment, String[] permissions, int requestCode)
This method was deprecated
in API level 27.1.0.
Use |
static
void
|
setMenuVisibility(Fragment f, boolean visible)
This method was deprecated
in API level 26.1.0.
Use |
static
void
|
setPermissionCompatDelegate(FragmentCompat.PermissionCompatDelegate delegate)
This method was deprecated
in API level 27.1.0.
Use |
static
void
|
setUserVisibleHint(Fragment f, boolean deferStart)
This method was deprecated
in API level 27.1.0.
Use |
static
boolean
|
shouldShowRequestPermissionRationale(Fragment fragment, String permission)
This method was deprecated
in API level 27.1.0.
Use |
Inherited methods | |
---|---|
![]()
java.lang.Object
|