| Package | Description |
|---|---|
| cn.jmessage.api |
JPush IM (JMessage) API features.
|
| cn.jmessage.api.common.model.message | |
| cn.jmessage.api.message |
Message management API features.
|
| Modifier and Type | Method and Description |
|---|---|
SendMessageResult |
JMessageClient.sendMessage(java.lang.Integer version,
java.lang.String targetType,
java.lang.String targetId,
java.lang.String fromType,
java.lang.String fromId,
MessageType messageType,
MessageBody messageBody)
Send message
|
| Modifier and Type | Method and Description |
|---|---|
MessagePayload.Builder |
MessagePayload.Builder.setMessageType(MessageType msgType) |
| Constructor and Description |
|---|
MessagePayload(java.lang.Integer version,
java.lang.String targetType,
java.lang.String targetId,
java.lang.String fromType,
java.lang.String fromId,
java.lang.String targetAppKey,
java.lang.String fromName,
java.lang.String targetName,
boolean noOffline,
boolean noNotification,
MessageType msgType,
MessageBody msgBody,
Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All Rights Reserved.