Package com.pubmatic.sdk.common.utility
Interface POBAlertDialog.POBDialogListener
-
- All Implemented Interfaces:
public interface POBAlertDialog.POBDialogListenerNotifies the callback events on Dialog
-
-
Method Summary
Modifier and Type Method Description abstract voidonSuccess(DialogInterface dialogInterface, int which)Notifies the Positive event occurred on the dialog abstract voidonCancel(DialogInterface dialogInterface, int which)Notifies the cancelation of the dialog -
-
Method Detail
-
onSuccess
abstract void onSuccess(DialogInterface dialogInterface, int which)
Notifies the Positive event occurred on the dialog
- Parameters:
dialogInterface- instance of the DialogInterfacewhich- the button that was clicked (ex.
-
onCancel
abstract void onCancel(DialogInterface dialogInterface, int which)
Notifies the cancelation of the dialog
- Parameters:
dialogInterface- instance of the DialogInterfacewhich- the button that was clicked (ex.
-
-
-
-