ContactsViewModel
class ContactsViewModel(nodeRepository: NodeRepository, packetRepository: PacketRepository, radioConfigRepository: RadioConfigRepository, serviceRepository: ServiceRepository) : ViewModel(source)
Constructors
Link copied to clipboard
constructor(nodeRepository: NodeRepository, packetRepository: PacketRepository, radioConfigRepository: RadioConfigRepository, serviceRepository: ServiceRepository)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
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