showAlertDialog

public void showAlertDialog(    @NonNull() String message,     @NonNull() String positiveButtonTitle,     @NonNull() DialogInterface.OnClickListener positiveButtonClickListener,     @Nullable() String negativeButtonTitle,     @Nullable() DialogInterface.OnClickListener negativeButtonClickListener,     @Nullable() DialogInterface.OnCancelListener cancelListener)