|
NIMSDK-AOS
10.9.76
|
透传下行数据 更多...
Public 成员函数 | |
| V2NIMProxyNotify (String fromAccountId, String body, long time) | |
| 构造函数 更多... | |
| String | getFromAccountId () |
| 获取发送方账号 更多... | |
| String | getBody () |
| 获取body 更多... | |
| long | getTime () |
| 获取发送时间, 毫秒 更多... | |
| String | toString () |
透传下行数据
在文件 V2NIMProxyNotify.java 第 10 行定义.
| com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.V2NIMProxyNotify | ( | String | fromAccountId, |
| String | body, | ||
| long | time | ||
| ) |
| String com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.getBody | ( | ) |
| String com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.getFromAccountId | ( | ) |
| long com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.getTime | ( | ) |
| String com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.toString | ( | ) |
在文件 V2NIMProxyNotify.java 第 67 行定义.
1.8.11