public static interface NavigationFragment.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onNavigationAdapterCreated()
The method, which is invoked, when the adapter, which contains the navigation items, has
been created.
|
void |
onNavigationFragmentCreated(PreferenceFragmentCompat fragment)
The method, which is invoked, when the navigation fragment has been attached to its
activity.
|
void onNavigationFragmentCreated(PreferenceFragmentCompat fragment)
fragment - The navigation fragment as an instance of the class PreferenceFragmentCompat. The
fragment may not be nullvoid onNavigationAdapterCreated()