kotlin

//pubnub-kotlin-core-api/com.pubnub.api.models.consumer.history/PNFetchMessagesResult

PNFetchMessagesResult

[common]
data class PNFetchMessagesResult(val channels: Map<String, List<PNFetchMessageItem>>, val page: PNBoundedPage?)

Result of the FetchMessages operation.

Constructors

   
PNFetchMessagesResult [common]
constructor(channels: Map<String, List<PNFetchMessageItem>>, page: PNBoundedPage?)

Properties

Name Summary
channels [common]
val channels: Map<String, List<PNFetchMessageItem>>
Map of channels and their respective lists of PNFetchMessageItem.
page [common]
val page: PNBoundedPage?