public class MvpAppCompatFragment
extends androidx.fragment.app.Fragment
| Constructor and Description |
|---|
MvpAppCompatFragment() |
| Modifier and Type | Method and Description |
|---|---|
com.arellomobile.mvp.MvpDelegate |
getMvpDelegate() |
void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onDestroy() |
void |
onDestroyView() |
void |
onResume() |
void |
onSaveInstanceState(android.os.Bundle outState) |
void |
onStart() |
void |
onStop() |
public void onCreate(android.os.Bundle savedInstanceState)
onCreate in class androidx.fragment.app.Fragmentpublic void onStart()
onStart in class androidx.fragment.app.Fragmentpublic void onResume()
onResume in class androidx.fragment.app.Fragmentpublic void onSaveInstanceState(android.os.Bundle outState)
onSaveInstanceState in class androidx.fragment.app.Fragmentpublic void onStop()
onStop in class androidx.fragment.app.Fragmentpublic void onDestroyView()
onDestroyView in class androidx.fragment.app.Fragmentpublic void onDestroy()
onDestroy in class androidx.fragment.app.Fragmentpublic com.arellomobile.mvp.MvpDelegate getMvpDelegate()
MvpDelegate being used by this Fragment.