-
public interface SendMessage
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() Call<Message> invoke(Message message)
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
- Parameters:
message- the message to send
-
invoke
@CheckResult() abstract Call<Message> invoke(Message message, Function2<Attachment, File, Attachment> attachmentTransformer)
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
- Parameters:
message- the message to send
-
-
-
-