|
NIM PC Cross Platform SDK
|
事件订阅数据 More...
#include <nim_subscribe_event_helper.h>
Public Member Functions | |
| EventSubscribeData () | |
Public Attributes | |
| int | event_type_ |
| 事件类型 | |
| int64_t | ttl_ |
| 订阅有效期,单位:秒,范围:60s到30天 | |
| NIMEventSubscribeSyncEventType | sync_event_ |
| 订阅的事件的同步类型 | |
| std::string | publisher_accid_ |
| 被订阅人(事件发布人)的accid | |
| std::string | subscribe_accid_ |
| 订阅人的accid | |
| int64_t | subscribe_time_ |
| 订阅时间戳 | |
事件订阅数据
|
inline |
构造函数