public class DownloadEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
DownloadEvent.Event |
Modifier and Type | Field and Description |
---|---|
static int |
CANCEL |
static int |
ERROR |
static int |
PAUSE |
static int |
PROGRESS |
static int |
START |
static int |
SUCCESS |
Constructor and Description |
---|
DownloadEvent(int event,
Message message) |
DownloadEvent(int event,
Message message,
int progress) |
DownloadEvent(int event,
Message message,
int progress,
RongIMClient.ErrorCode code) |
DownloadEvent(int event,
Message message,
RongIMClient.ErrorCode code) |
Modifier and Type | Method and Description |
---|---|
RongIMClient.ErrorCode |
getCode() |
int |
getEvent() |
Message |
getMessage() |
int |
getProgress() |
public static final int SUCCESS
public static final int PROGRESS
public static final int ERROR
public static final int CANCEL
public static final int PAUSE
public static final int START
public DownloadEvent(int event, Message message)
public DownloadEvent(int event, Message message, int progress)
public DownloadEvent(int event, Message message, RongIMClient.ErrorCode code)
public DownloadEvent(int event, Message message, int progress, RongIMClient.ErrorCode code)