Gamebase SDK for Android  0.1.11
Toast Gamebase Platform

◆ showAlertDialogWithChoiceItems()

static void showAlertDialogWithChoiceItems ( @NonNull final Context  context,
@NonNull final String  title,
@NonNull final List< String >  items,
@NonNull final DialogInterface.OnMultiChoiceClickListener  multiChoiceClickListener,
@Nullable String  positiveButtonName,
@Nullable final DialogInterface.OnClickListener  positiveListener,
@Nullable String  negativeButtonName,
@Nullable final DialogInterface.OnClickListener  negativeListener,
@Nullable final DialogInterface.OnCancelListener  backKeyListener 
)
static