gpg::EventManager::FetchAllResponse

#include <event_manager.h>

所有事件的 DataResponseStatus

摘要

公共属性

data
std::map< std::string, Event >
包含与应用关联的所有事件的数据的地图。
status
可以是 ResponseStatus 中枚举的其中一个值。

公共属性

数据

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

包含与应用关联的所有事件的数据的地图。

键是事件 ID。

状态

ResponseStatus gpg::EventManager::FetchAllResponse::status

可以是 ResponseStatus 中枚举的其中一个值。

如果响应失败,FetchAllResponse 将返回空的数据映射。