Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun LabelListFooterView(isEnabled: Boolean, isLoading: Boolean, onComplete: () -> Unit, onClearSelects: () -> Unit)
Link copied to clipboard
Link copied to clipboard
fun SnapPlaySearchLabelList(selectedLabelIds: Set<Int>, snapPlayData: Result<SnapPlayIdsData>?, onComplete: () -> Unit, onToggleSelectLabel: (Int) -> Unit, onClearSelects: () -> Unit, ssAppViewModel: SSAppViewModel = provideSSAppViewModel())
Link copied to clipboard
fun StaffSearchLabelList(selectedLabelIds: Set<Int>, staffData: Result<StaffIdsData>?, onComplete: () -> Unit, onToggleSelectLabel: (Int) -> Unit, onClearSelects: () -> Unit, ssAppViewModel: SSAppViewModel = provideSSAppViewModel())