Package io.rong.imlib
Class RongIMClient.UploadImageStatusListener
-
- All Implemented Interfaces:
public class RongIMClient.UploadImageStatusListener extends IRongCoreListener.UploadImageStatusListener图片上传状态监听。
如果使用者自己上传图片,那么需要通过调用 UploadImageStatusListener 中的方法将上传进度更新在 UI 上显示。 该 listener 通过 SendImageMessageWithUploadListenerCallback 返回实例供使用者使用。
-
-
Constructor Summary
Constructors Constructor Description RongIMClient.UploadImageStatusListener(IRongCoreListener.UploadImageStatusListener listener)RongIMClient.UploadImageStatusListener(Message message, String pushContent, String pushData, RongIMClient.SendImageMessageWithUploadListenerCallback callback)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.rong.imlib.IRongCoreListener.UploadImageStatusListener
error, getCallback, getMessage, getPushContent, getPushData, success, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RongIMClient.UploadImageStatusListener
RongIMClient.UploadImageStatusListener(IRongCoreListener.UploadImageStatusListener listener)
-
RongIMClient.UploadImageStatusListener
RongIMClient.UploadImageStatusListener(Message message, String pushContent, String pushData, RongIMClient.SendImageMessageWithUploadListenerCallback callback)
-
-
-
-