public interface DMTaskCallback
Modifier and Type | Interface and Description |
---|---|
static class |
DMTaskCallback.Type
支持callback的dmTask类型
|
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
onDMTaskResult(org.json.JSONObject dmTaskResult,
DMTaskCallback.Type type)
对话task结果回调
|
org.json.JSONObject onDMTaskResult(org.json.JSONObject dmTaskResult, DMTaskCallback.Type type)
dmTaskResult
- 对话task结果type
- 结果类型DMTaskCallback.Type