AlertDialogHelperCompat

public final class AlertDialogHelperCompat

Internal use only.

Functions

showAlertDialog
Link copied to clipboard
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)