public static class Event.MediaFileEvent
extends java.lang.Object
构造器和说明 |
---|
MediaFileEvent(java.lang.String uid,
int progress,
int callBackType,
RongIMClient.ErrorCode errorCode) |
限定符和类型 | 方法和说明 |
---|---|
int |
getCallBackType() |
RongIMClient.ErrorCode |
getErrorCode() |
int |
getProgress() |
java.lang.String |
getUid() |
void |
setCallBackType(int callBackType) |
void |
setErrorCode(RongIMClient.ErrorCode errorCode) |
void |
setProgress(int progress) |
void |
setUid(java.lang.String uid) |
public MediaFileEvent(java.lang.String uid, int progress, int callBackType, RongIMClient.ErrorCode errorCode)
public int getProgress()
public void setProgress(int progress)
public int getCallBackType()
public void setCallBackType(int callBackType)
public RongIMClient.ErrorCode getErrorCode()
public void setErrorCode(RongIMClient.ErrorCode errorCode)
public void setUid(java.lang.String uid)
public java.lang.String getUid()