public class InfoDialogFragment
extends DialogFragment
implements android.content.DialogInterface.OnClickListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
InfoDialogFragment() |
| Modifier and Type | Method and Description |
|---|---|
static InfoDialogFragment |
newInstance(java.lang.String code,
java.lang.String title,
java.lang.String message) |
void |
onAttach(android.content.Context context) |
void |
onClick(android.content.DialogInterface dialogInterface,
int which) |
android.app.Dialog |
onCreateDialog(android.os.Bundle savedInstanceState) |
void |
onDetach() |
public static InfoDialogFragment newInstance(java.lang.String code, java.lang.String title, java.lang.String message)
public void onDetach()
public void onAttach(android.content.Context context)
public android.app.Dialog onCreateDialog(android.os.Bundle savedInstanceState)
public void onClick(android.content.DialogInterface dialogInterface,
int which)
onClick in interface android.content.DialogInterface.OnClickListener