SendImageMessageWithUploadListenerCallback

Callback for sending image messages.

Use this callback if you need to upload the image to your own server.

Functions

Link copied to clipboard
public abstract void onAttached(Message message, IRongCoreListener.UploadImageStatusListener watcher)
The message has been saved to the database.
Link copied to clipboard
public abstract void onError(Message message, IRongCoreEnum.CoreErrorCode code)
Message sending failed.
Link copied to clipboard
public abstract void onProgress(Message message, int progress)
Message sending progress.
Link copied to clipboard
public abstract void onSuccess(Message message)
Message sent successfully.