gpg::EventManager::FetchAllResponse

#include <event_manager.h>

所有事件的 DataResponseStatus

摘要

公共属性

data
std::map< std::string, Event >
包含与应用相关联的所有事件数据的映射。
status
可以是 ResponseStatus 中列出的值之一。

公共属性

data

std::map< std::string, Event > gpg::EventManager::FetchAllResponse::data

包含与应用相关联的所有事件数据的映射。

键是事件 ID。

status

ResponseStatus gpg::EventManager::FetchAllResponse::status

可以是 ResponseStatus 中列出的值之一。

如果响应不成功,FetchAllResponse 返回空数据映射。