Package io.rong.imkit.event.actionevent
Class DownloadEvent
-
- All Implemented Interfaces:
public class DownloadEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public @interface
DownloadEvent.Event
-
Field Summary
Fields Modifier and Type Field Description public final static int
SUCCESS
public final static int
PROGRESS
public final static int
ERROR
public final static int
CANCEL
public final static int
PAUSE
public final static int
START
public int
event
public Message
message
public ErrorCode
code
public int
progress
-
Constructor Summary
Constructors Constructor Description DownloadEvent(int event, Message message)
DownloadEvent(int event, Message message, int progress)
DownloadEvent(int event, Message message, ErrorCode code)
DownloadEvent(int event, Message message, int progress, ErrorCode code)
-
Method Summary
Modifier and Type Method Description int
getEvent()
Message
getMessage()
ErrorCode
getCode()
int
getProgress()
-
-
Constructor Detail
-
DownloadEvent
DownloadEvent(int event, Message message)
-
DownloadEvent
DownloadEvent(int event, Message message, int progress)
-
DownloadEvent
DownloadEvent(int event, Message message, ErrorCode code)
-
DownloadEvent
DownloadEvent(int event, Message message, int progress, ErrorCode code)
-
-
Method Detail
-
getEvent
int getEvent()
-
getMessage
Message getMessage()
-
getCode
ErrorCode getCode()
-
getProgress
int getProgress()
-
-
-
-