| 程序包 | 说明 |
|---|---|
| cn.snowheart.dingtalk.robot.starter.client | |
| cn.snowheart.dingtalk.robot.starter.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
DingTalkResponse |
DingTalkRobotClient.sendActionCardMessage(String title,
String text,
ActionCardButton button)
发送ActionCard消息到钉钉
|
DingTalkResponse |
DingTalkRobotClient.sendActionCardMessage(String title,
String text,
HideAvatarType hideAvatar,
ActionCardButton button)
发送ActionCard消息到钉钉
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ActionCardButton |
ActionCardButton.defaultReadButton(String actionURL) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ActionCardButton> |
ActionCardMessage.getButtons() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ActionCardMessage.addButton(ActionCardButton button)
增加操作按钮
|
| 构造器和说明 |
|---|
ActionCardMessage(String title,
String text,
ActionCardButton button) |
ActionCardMessage(String title,
String text,
HideAvatarType hideAvatar,
ActionCardButton button) |
Copyright © 2018. All rights reserved.