public final class SettingsScreen extends ConductorScreen
Constructor and Description |
---|
SettingsScreen() |
Modifier and Type | Method and Description |
---|---|
static SettingsScreen |
create() |
protected void |
onDestroyView(android.view.View view) |
protected android.view.View |
view(android.content.Context context) |
onCreateView
addLifecycleListener, getActivity, getApplicationContext, getArgs, getChildRouter, getChildRouter, getChildRouter, getChildRouters, getInstanceId, getOverriddenPopHandler, getOverriddenPushHandler, getParentController, getResources, getRetainViewMode, getRouter, getTargetController, getView, handleBack, isAttached, isBeingDestroyed, isDestroyed, onActivityPaused, onActivityResult, onActivityResumed, onActivityStarted, onActivityStopped, onAttach, onChangeEnded, onChangeStarted, onContextAvailable, onContextUnavailable, onCreateOptionsMenu, onDestroy, onDetach, onOptionsItemSelected, onPrepareOptionsMenu, onRequestPermissionsResult, onRestoreInstanceState, onRestoreViewState, onSaveInstanceState, onSaveViewState, overridePopHandler, overridePushHandler, registerForActivityResult, removeChildRouter, removeLifecycleListener, requestPermissions, setHasOptionsMenu, setOptionsMenuHidden, setRetainViewMode, setTargetController, shouldShowRequestPermissionRationale, startActivity, startActivityForResult, startActivityForResult, startIntentSenderForResult
public static SettingsScreen create()
protected android.view.View view(android.content.Context context)
view
in class ConductorScreen
protected void onDestroyView(@NonNull android.view.View view)
onDestroyView
in class com.bluelinelabs.conductor.Controller