Gamebase SDK for Android  2.41.1
NHN Cloud Gamebase Platform
SimpleMultiChoiceDialog Member List

This is the complete list of members for SimpleMultiChoiceDialog, including all inherited members.

show(@NonNull final Context context, @NonNull final String title, @NonNull final List< String > items, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener)SimpleMultiChoiceDialogstatic
show(@NonNull final Context context, @NonNull final String title, @NonNull final List< String > items, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable)SimpleMultiChoiceDialogstatic
show(@NonNull final Context context, @NonNull final String title, @NonNull final CharSequence[] items, @Nullable final boolean[] checkedItems, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable)SimpleMultiChoiceDialogstatic