SimpleMultiChoiceDialog
Functions
Link copied to clipboard
open fun show(@NonNull context: Context, @NonNull title: String, @NonNull items: List<String>, @Nullable multiChoiceListener: DialogInterface.OnMultiChoiceClickListener, @Nullable positiveButtonText: String, @Nullable positiveListener: DialogInterface.OnClickListener, @Nullable negativeButtonText: String, @Nullable negativeListener: DialogInterface.OnClickListener)
open fun show(@NonNull context: Context, @NonNull title: String, @NonNull items: List<String>, @Nullable multiChoiceListener: DialogInterface.OnMultiChoiceClickListener, @Nullable positiveButtonText: String, @Nullable positiveListener: DialogInterface.OnClickListener, @Nullable negativeButtonText: String, @Nullable negativeListener: DialogInterface.OnClickListener, @Nullable cancelListener: DialogInterface.OnCancelListener, isCancelable: Boolean)
open fun show(@NonNull context: Context, @NonNull title: String, @NonNull items: Array<CharSequence>, @Nullable checkedItems: Array<Boolean>, @Nullable multiChoiceListener: DialogInterface.OnMultiChoiceClickListener, @Nullable positiveButtonText: String, @Nullable positiveListener: DialogInterface.OnClickListener, @Nullable negativeButtonText: String, @Nullable negativeListener: DialogInterface.OnClickListener, @Nullable cancelListener: DialogInterface.OnCancelListener, isCancelable: Boolean)