ApiResult

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

This will give message lists loaded from the api. Once the results are received, you should handle the data in view according to the MessageCollectionInitPolicy.

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 api.