library / io.getstream.chat.android.livedata.usecase / SendMessageImpl

SendMessageImpl

class SendMessageImpl : SendMessage

Constructors

<init>

SendMessageImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

Sends the message. Immediately adds the message to local storage API call to send the message is retried according to the retry policy specified on the chatDomain

operator fun invoke(message: Message): Call2<Message>