PacketRepositoryImpl
class PacketRepositoryImpl(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers) : <ERROR CLASS> ERROR CLASS: Symbol not found for SharedPacketRepository(source)
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun clearUnreadCount(contact: String, timestamp: Long): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
open suspend override fun deleteContacts(contactList: List<String>): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
open suspend override fun deleteMessages(uuidList: List<Long>): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
Link copied to clipboard
open suspend override fun findPacketsWithId(packetId: Int): List<ERROR CLASS: Symbol not found for DataPacket>
Link copied to clipboard
open suspend override fun findReactionsWithId(packetId: Int): List<ERROR CLASS: Symbol not found for Reaction>
Link copied to clipboard
open override fun getContacts(): ERROR CLASS: Symbol not found for Flow<kotlin/collections/Map<kotlin/String, ERROR CLASS: Symbol not found for DataPacket>>
Link copied to clipboard
open override fun getContactSettings(): ERROR CLASS: Symbol not found for Flow<kotlin/collections/Map<kotlin/String, ERROR CLASS: Symbol not found for ContactSettings>>
open suspend override fun getContactSettings(contact: String): ERROR CLASS: Symbol not found for ContactSettings
Link copied to clipboard
open override fun getContactsPaged(): ERROR CLASS: Symbol not found for Flow<ERROR CLASS: Symbol not found for PagingData<ERROR CLASS: Symbol not found for DataPacket>>
Link copied to clipboard
Link copied to clipboard
open override fun getFilteredCountFlow(contactKey: String): ERROR CLASS: Symbol not found for Flow<kotlin/Int>
Link copied to clipboard
open override fun getFirstUnreadMessageUuid(contact: String): ERROR CLASS: Symbol not found for Flow<kotlin/Long?>
Link copied to clipboard
Link copied to clipboard
open suspend override fun getMessagesFrom(contact: String, limit: Int?, includeFiltered: Boolean, getNode: suspend (String?) -> ERROR CLASS: Symbol not found for Node): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<ERROR CLASS: Symbol not found for Message>>
Link copied to clipboard
open override fun getMessagesFromPaged(contact: String, getNode: suspend (String?) -> ERROR CLASS: Symbol not found for Node): ERROR CLASS: Symbol not found for Flow<ERROR CLASS: Symbol not found for PagingData<ERROR CLASS: Symbol not found for Message>>
open override fun getMessagesFromPaged(contactKey: String, includeFiltered: Boolean, getNode: suspend (String?) -> ERROR CLASS: Symbol not found for Node): ERROR CLASS: Symbol not found for Flow<ERROR CLASS: Symbol not found for PagingData<ERROR CLASS: Symbol not found for Message>>
Link copied to clipboard
Link copied to clipboard
open suspend override fun getPacketByPacketId(packetId: Int): ERROR CLASS: Symbol not found for DataPacket??
Link copied to clipboard
Link copied to clipboard
open suspend override fun getReactionByPacketId(packetId: Int): ERROR CLASS: Symbol not found for Reaction??
Link copied to clipboard
Link copied to clipboard
open override fun getUnreadCountFlow(contact: String): ERROR CLASS: Symbol not found for Flow<kotlin/Int>
Link copied to clipboard
Link copied to clipboard
open override fun getWaypoints(): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<ERROR CLASS: Symbol not found for DataPacket>>
Link copied to clipboard
open override fun hasUnreadMessages(contact: String): ERROR CLASS: Symbol not found for Flow<kotlin/Boolean>
Link copied to clipboard
suspend fun insertReaction(reaction: ERROR CLASS: Symbol not found for RoomReaction): ERROR CLASS: Unresolved name: withContext
open suspend override fun insertReaction(reaction: ERROR CLASS: Symbol not found for Reaction, myNodeNum: Int): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
suspend fun insertRoomPacket(packet: ERROR CLASS: Symbol not found for RoomPacket): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
open suspend override fun migrateChannelsByPSK(oldSettings: List<ERROR CLASS: Symbol not found for ChannelSettings>, newSettings: List<ERROR CLASS: Symbol not found for ChannelSettings>): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
Link copied to clipboard
open suspend override fun setContactFilteringDisabled(contactKey: String, disabled: Boolean): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
open suspend override fun setMuteUntil(contacts: List<String>, until: Long): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
Link copied to clipboard
open suspend override fun updateLastReadMessage(contact: String, messageUuid: Long, lastReadTimestamp: Long): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
open suspend override fun updateMessageId(d: ERROR CLASS: Symbol not found for DataPacket, id: Int): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
open suspend override fun updateMessageStatus(d: ERROR CLASS: Symbol not found for DataPacket, m: ERROR CLASS: Symbol not found for MessageStatus): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
open suspend override fun updateReaction(reaction: ERROR CLASS: Symbol not found for Reaction): ERROR CLASS: Unresolved name: withContext
suspend fun updateReaction(reaction: ERROR CLASS: Symbol not found for RoomReaction): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
Link copied to clipboard
open suspend override fun updateSFPPStatusByHash(hash: ByteArray, status: ERROR CLASS: Symbol not found for MessageStatus, rxTime: Long)