-
public final class AlertDialogHelperCompatInternal use only.
-
-
Method Summary
Modifier and Type Method Description static voidshowAlertDialog(@Nullable() Activity activity, @NonNull() String message, @NonNull() String positiveButtonTitle, @NonNull() DialogInterface.OnClickListener positiveButtonClickListener, @Nullable() String negativeButtonTitle, @Nullable() DialogInterface.OnClickListener negativeButtonClickListener, @Nullable() DialogInterface.OnCancelListener cancelListener)-
-
Method Detail
-
showAlertDialog
static void showAlertDialog(@Nullable() Activity activity, @NonNull() String message, @NonNull() String positiveButtonTitle, @NonNull() DialogInterface.OnClickListener positiveButtonClickListener, @Nullable() String negativeButtonTitle, @Nullable() DialogInterface.OnClickListener negativeButtonClickListener, @Nullable() DialogInterface.OnCancelListener cancelListener)
-
-
-
-