Package-level declarations

Types

Link copied to clipboard
class MultiSelectBottomSheetFragment : BottomSheetDialogFragment
Link copied to clipboard
class MultiSelectViewModel @Inject constructor(val defaultRepository: DefaultRepository, val fhirPathDataExtractor: FhirPathDataExtractor) : ViewModel

Functions

Link copied to clipboard
fun MultiSelectBottomSheetView(rootTreeNodes: SnapshotStateList<TreeNode<String>>, syncLocationStateMap: MutableMap<String, SyncLocationState>, title: String?, onDismiss: () -> Unit, searchTextState: MutableState<String>, onSearchTextChanged: (String) -> Unit, onSelectionDone: () -> Unit, search: () -> Unit, isLoading: State<Boolean?>)