|
NIMSDK-AOS
10.9.60
|
事件订阅请求 更多...
Public 成员函数 | |
| void | setEventType (int eventType) |
| void | setExpiry (long expiry) |
| void | setSyncCurrentValue (boolean syncCurrentValue) |
| void | setPublishers (List< String > publishers) |
| int | getEventType () |
| boolean | isSyncCurrentValue () |
| List< String > | getPublishers () |
| long | getExpiry () |
事件订阅请求
在文件 EventSubscribeRequest.java 第 9 行定义.
| int com.netease.nimlib.sdk.event.model.EventSubscribeRequest.getEventType | ( | ) |
在文件 EventSubscribeRequest.java 第 47 行定义.
| long com.netease.nimlib.sdk.event.model.EventSubscribeRequest.getExpiry | ( | ) |
在文件 EventSubscribeRequest.java 第 59 行定义.
| List<String> com.netease.nimlib.sdk.event.model.EventSubscribeRequest.getPublishers | ( | ) |
在文件 EventSubscribeRequest.java 第 55 行定义.
| boolean com.netease.nimlib.sdk.event.model.EventSubscribeRequest.isSyncCurrentValue | ( | ) |
在文件 EventSubscribeRequest.java 第 51 行定义.
| void com.netease.nimlib.sdk.event.model.EventSubscribeRequest.setEventType | ( | int | eventType | ) |
在文件 EventSubscribeRequest.java 第 31 行定义.
| void com.netease.nimlib.sdk.event.model.EventSubscribeRequest.setExpiry | ( | long | expiry | ) |
在文件 EventSubscribeRequest.java 第 35 行定义.
| void com.netease.nimlib.sdk.event.model.EventSubscribeRequest.setPublishers | ( | List< String > | publishers | ) |
在文件 EventSubscribeRequest.java 第 43 行定义.
| void com.netease.nimlib.sdk.event.model.EventSubscribeRequest.setSyncCurrentValue | ( | boolean | syncCurrentValue | ) |
在文件 EventSubscribeRequest.java 第 39 行定义.
1.8.11