public class ErrorDialogFragment
extends AppCompatDialogFragment
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
ErrorDialogFragment() |
Modifier and Type | Method and Description |
---|---|
static ErrorDialogFragment |
newInstance(Context context,
java.lang.Throwable error) |
static ErrorDialogFragment |
newInstance(java.lang.String title,
java.lang.String message) |
Dialog |
onCreateDialog(Bundle savedInstanceState) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
showIfNotShown(FragmentManager fragmentManager) |
public static ErrorDialogFragment newInstance(Context context, java.lang.Throwable error)
public static ErrorDialogFragment newInstance(java.lang.String title, java.lang.String message)
public Dialog onCreateDialog(Bundle savedInstanceState)
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
public void showIfNotShown(FragmentManager fragmentManager)