load

fun PreviousMessageListQuery.load(handler: ResultHandler<List<BaseMessage>>?)

Retrieves list of messages

Since

4.16.1


suspend fun PreviousMessageListQuery.load(): List<BaseMessage>

Deprecated

As of 4.17.0, replaced with awaitLoad().

Replace with

awaitLoad()

Retrieves list of messages

Since

4.16.1