public abstract class RxFragment extends Fragment implements com.trello.rxlifecycle2.LifecycleProvider<com.trello.rxlifecycle2.android.FragmentEvent>
Fragment.InstantiationException, Fragment.SavedStateTRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN| Constructor and Description |
|---|
RxFragment() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.trello.rxlifecycle2.LifecycleTransformer<T> |
bindToLifecycle() |
<T> com.trello.rxlifecycle2.LifecycleTransformer<T> |
bindUntilEvent(com.trello.rxlifecycle2.android.FragmentEvent event) |
io.reactivex.Observable<com.trello.rxlifecycle2.android.FragmentEvent> |
lifecycle() |
void |
onAttach(Activity activity) |
void |
onCreate(Bundle savedInstanceState) |
void |
onDestroy() |
void |
onDestroyView() |
void |
onDetach() |
void |
onPause() |
void |
onResume() |
void |
onStart() |
void |
onStop() |
void |
onViewCreated(View view,
Bundle savedInstanceState) |
dump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLoaderManager, getParentFragment, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isVisible, onActivityCreated, onActivityResult, onAttach, onAttachFragment, onConfigurationChanged, onContextItemSelected, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroyOptionsMenu, onHiddenChanged, onInflate, onInflate, onInflate, onLowMemory, onMultiWindowModeChanged, onOptionsItemSelected, onOptionsMenuClosed, onPictureInPictureModeChanged, onPrepareOptionsMenu, onRequestPermissionsResult, onSaveInstanceState, onTrimMemory, onViewStateRestored, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, startIntentSenderForResult, toString, unregisterForContextMenu@NonNull @CheckResult public final io.reactivex.Observable<com.trello.rxlifecycle2.android.FragmentEvent> lifecycle()
lifecycle in interface com.trello.rxlifecycle2.LifecycleProvider<com.trello.rxlifecycle2.android.FragmentEvent>@NonNull @CheckResult public final <T> com.trello.rxlifecycle2.LifecycleTransformer<T> bindUntilEvent(@NonNull com.trello.rxlifecycle2.android.FragmentEvent event)
bindUntilEvent in interface com.trello.rxlifecycle2.LifecycleProvider<com.trello.rxlifecycle2.android.FragmentEvent>@NonNull @CheckResult public final <T> com.trello.rxlifecycle2.LifecycleTransformer<T> bindToLifecycle()
bindToLifecycle in interface com.trello.rxlifecycle2.LifecycleProvider<com.trello.rxlifecycle2.android.FragmentEvent>@CallSuper public void onAttach(Activity activity)
@CallSuper public void onCreate(@Nullable Bundle savedInstanceState)
@CallSuper public void onViewCreated(View view, @Nullable Bundle savedInstanceState)
onViewCreated in class Fragment@CallSuper public void onStart()
@CallSuper public void onResume()
@CallSuper public void onPause()
@CallSuper public void onStop()
@CallSuper public void onDestroyView()
onDestroyView in class Fragment@CallSuper public void onDestroy()
@CallSuper public void onDetach()