public class PMAlertDialog
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PMAlertDialog.PMDialogListener |
| Constructor and Description |
|---|
PMAlertDialog() |
| Modifier and Type | Method and Description |
|---|---|
static android.app.AlertDialog.Builder |
build(android.content.Context context,
java.lang.String title,
java.lang.String msg,
PMAlertDialog.PMDialogListener pmDialogListener)
Method to init alert dialog and show it according to inputs
|
public static android.app.AlertDialog.Builder build(android.content.Context context,
java.lang.String title,
java.lang.String msg,
PMAlertDialog.PMDialogListener pmDialogListener)
context - android context which needs to create Alert Dialogtitle - of type string which is shown as Title of the dialogmsg - of type string which is shown as message of the dialogpmDialogListener - Listener which will notify AlertDialog actions