public class DefaultErrorDialogFragment
extends DialogFragment
Modifier and Type | Field and Description |
---|---|
static int |
RESULT_ERROR |
static java.lang.String |
TAG |
Constructor and Description |
---|
DefaultErrorDialogFragment()
Please do not use this to have instance of DefaultErrorDialogFragment this is reserved for android framework
|
Modifier and Type | Method and Description |
---|---|
static DefaultErrorDialogFragment |
newInstance(java.util.List<java.lang.Error> errors)
Builds Hyperwallet Error Dialogue
|
void |
onCancel(android.content.DialogInterface dialog) |
void |
onCreate(android.os.Bundle savedInstanceState) |
android.app.Dialog |
onCreateDialog(android.os.Bundle state) |
void |
onDestroyView() |
void |
show(FragmentManager manager) |
public static final int RESULT_ERROR
public static final java.lang.String TAG
public DefaultErrorDialogFragment()
public static DefaultErrorDialogFragment newInstance(java.util.List<java.lang.Error> errors)
errors
- List of Errors @see Error
public void onCreate(android.os.Bundle savedInstanceState)
public void onCancel(android.content.DialogInterface dialog)
public void show(FragmentManager manager)
public void onDestroyView()
public android.app.Dialog onCreateDialog(android.os.Bundle state)