Package-level declarations
Functions
Link copied to clipboard
fun CategorySelect(productCategoryResult: Result<ProductCategories>?, selectedCategories: List<CachingTagListViewItem<SelectedCategoryInfo>>, snapPlayDataResult: Result<SnapPlayIdsData>?, onChangeSelectedCategories: (List<CachingTagListViewItem<SelectedCategoryInfo>>) -> Unit, onReloadProductCategory: () -> Unit, onSelectAll: () -> Unit, onClose: () -> Unit)
Link copied to clipboard
fun CategorySelectBottom(isEnabled: Boolean, isLoading: Boolean, onSelectAll: () -> Unit?, onSubmit: () -> Unit)
Link copied to clipboard
fun CategorySelectListView(categories: ProductCategories, selectedCategories: List<SelectedCategoryInfo>, onTapCategory: (ProductCategory) -> Unit, onTapSubCategory: (ProductCategory, ProductSubCategory) -> Unit)