Show Alert Callback
public interface ShowAlertCallback
Content copied to clipboard
Internal use only.
Functions
showAlertDialog
Link copied to clipboard
abstract void showAlertDialog(@NonNull() String message, @NonNull() String positiveButtonTitle, @NonNull() DialogInterface.OnClickListener positiveButtonClickListener, @Nullable() String negativeButtonTitle, @Nullable() DialogInterface.OnClickListener negativeButtonClickListener, @Nullable() DialogInterface.OnCancelListener cancelListener)
Content copied to clipboard