ContactsViewModel
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(source)
Constructors
Link copied to clipboard
constructor(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)
Properties
Link copied to clipboard
Link copied to clipboard
Non-paginated contact list.
Link copied to clipboard
val contactListPaged: ERROR CLASS: Symbol not found for Flow<ERROR CLASS: Symbol not found for PagingData<ERROR CLASS: Symbol not found for Contact>>
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the total message count for a list of contact keys. This queries the repository directly, so it works even if contacts aren't loaded in the paged list.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard