public class POBAlertDialog
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
POBAlertDialog.POBDialogListener
Notifies the callback events on Dialog
|
| Constructor and Description |
|---|
POBAlertDialog() |
| Modifier and Type | Method and Description |
|---|---|
static android.app.AlertDialog.Builder |
build(android.content.Context context,
java.lang.String title,
java.lang.String msg,
POBAlertDialog.POBDialogListener pmDialogListener)
Method to init alert dialog and show it according to inputs
|
@Nullable
public static android.app.AlertDialog.Builder build(android.content.Context context,
java.lang.String title,
java.lang.String msg,
POBAlertDialog.POBDialogListener 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