Package-level declarations
Types
Link copied to clipboard
class ContactsViewModel(nodeRepository: ERROR CLASS: Symbol not found for NodeRepository, packetRepository: ERROR CLASS: Symbol not found for PacketRepository, radioConfigRepository: ERROR CLASS: Symbol not found for RadioConfigRepository, serviceRepository: ERROR CLASS: Symbol not found for ServiceRepository) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel
Functions
Link copied to clipboard
fun AdaptiveContactsScreen(backStack: NavBackStack<NavKey>, contactsViewModel: ContactsViewModel, messageViewModel: MessageViewModel, scrollToTopEvents: Flow<ScrollToTopEvent>, sharedContactRequested: SharedContact?, requestChannelSet: ChannelSet?, onHandleScannedUri: (Uri, onInvalid: () -> Unit) -> Unit, onClearSharedContactRequested: () -> Unit, onClearRequestChannelUrl: () -> Unit, initialContactKey: String? = null, initialMessage: String = "")
Link copied to clipboard
fun ContactItem(contact: ERROR CLASS: Symbol not found for Contact, selected: Boolean, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, isActive: Boolean = false, onClick: () -> Unit = {}, onLongClick: () -> Unit = {}, onNodeChipClick: () -> Unit = {}, channels: ERROR CLASS: Symbol not found for ChannelSet?? = null): ERROR CLASS: Unresolved name: with
Link copied to clipboard
fun ContactsScreen(onNavigateToShare: () -> Unit, sharedContactRequested: SharedContact?, requestChannelSet: ChannelSet?, onHandleScannedUri: (Uri, onInvalid: () -> Unit) -> Unit, onClearSharedContactRequested: () -> Unit, onClearRequestChannelUrl: () -> Unit, viewModel: ContactsViewModel, onClickNodeChip: (Int) -> Unit = {}, onNavigateToMessages: (String) -> Unit = {}, onNavigateToNodeDetails: (Int) -> Unit = {}, scrollToTopEvents: Flow<ScrollToTopEvent>? = null, activeContactKey: String? = null)