public static interface POBAlertDialog.POBDialogListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel(android.content.DialogInterface dialogInterface,
int which)
Notifies the cancelation of the dialog
|
void |
onSuccess(android.content.DialogInterface dialogInterface,
int which)
Notifies the Positive event occurred on the dialog
|
void onSuccess(android.content.DialogInterface dialogInterface,
int which)
dialogInterface - instance of the DialogInterfacewhich - the button that was clicked (ex. DialogInterface.BUTTON_POSITIVE) or
the position of the item clickedvoid onCancel(android.content.DialogInterface dialogInterface,
int which)
dialogInterface - instance of the DialogInterfacewhich - the button that was clicked (ex. DialogInterface.BUTTON_POSITIVE) or
the position of the item clicked