CachedResult

data class CachedResult(val result: List<BaseMessage>) : MessageCollectionInitResult

This will give message lists loaded from the db. If the db is empty, this will give an empty list.

Constructors

Link copied to clipboard
constructor(result: List<BaseMessage>)

Properties

Link copied to clipboard
open override val result: List<BaseMessage>

the list of BaseMessage loaded from the db.