ILoadMessages

interface ILoadMessages

This interface is used with the STWMessagingManager in order to delegate events related to load messages for a given conversation.

See also

Functions

Link copied to clipboard
abstract fun onError(@Nullable errorMessage: String)
Called when an error occurred in the operation of loading of messages request.
Link copied to clipboard
abstract fun onStart()
Called when the operation of loading of messages request is started.
Link copied to clipboard
abstract fun onSuccess()
Called when the operation of loading of messages request has been successfully sent to the server.