Package io.rong.imlib
Class RongIMClient.UploadImageStatusListener
-
- All Implemented Interfaces:
public class RongIMClient.UploadImageStatusListenerMonitors the status of image upload.
If the user uploads images independently, the upload progress should be updated and displayed on the UI by calling methods in UploadImageStatusListener. This listener is returned as an instance through SendImageMessageWithUploadListenerCallback for the user's use.
-
-
Constructor Summary
Constructors Constructor Description RongIMClient.UploadImageStatusListener(UploadImageStatusListener listener)RongIMClient.UploadImageStatusListener(Message message, String pushContent, String pushData, RongIMClient.SendImageMessageWithUploadListenerCallback callback)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
RongIMClient.UploadImageStatusListener
RongIMClient.UploadImageStatusListener(UploadImageStatusListener listener)
-
RongIMClient.UploadImageStatusListener
RongIMClient.UploadImageStatusListener(Message message, String pushContent, String pushData, RongIMClient.SendImageMessageWithUploadListenerCallback callback)
-
-
-
-