|
NIMSDK-AOS
10.9.76
|
附言类 更多...
Public 成员函数 | |
| V2NIMPostscript (String fromAccount, long time, String content) | |
| String | getFromAccount () |
| 获取附言的发送者 更多... | |
| long | getTime () |
| 获取附言产生的时间 更多... | |
| String | getContent () |
| 获取附言的内容 更多... | |
| String | toString () |
附言类
在文件 V2NIMPostscript.java 第 6 行定义.
| com.netease.nimlib.sdk.v2.common.V2NIMPostscript.V2NIMPostscript | ( | String | fromAccount, |
| long | time, | ||
| String | content | ||
| ) |
| fromAccount | 附言的发送者 |
| time | 附言产生的时间 |
| content | 附言的内容 |
在文件 V2NIMPostscript.java 第 28 行定义.
| String com.netease.nimlib.sdk.v2.common.V2NIMPostscript.getContent | ( | ) |
| String com.netease.nimlib.sdk.v2.common.V2NIMPostscript.getFromAccount | ( | ) |
| long com.netease.nimlib.sdk.v2.common.V2NIMPostscript.getTime | ( | ) |
| String com.netease.nimlib.sdk.v2.common.V2NIMPostscript.toString | ( | ) |
在文件 V2NIMPostscript.java 第 59 行定义.
1.8.11