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