3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
11namespace Social::Events {
class Event; }
13namespace Social::Events {
class Property; }
17namespace Social::Events {
46 EventManager& operator=(EventManager
const&);
47 EventManager(EventManager
const&);
56 MCNAPI
void SendDelayedEventActions(uint primaryUserId);
64 MCNAPI
void addListener(::std::unique_ptr<::Social::Events::IEventListener> listener);
68 ::std::unordered_map<::std::string, ::Social::Events::Property>& props,
70 ::std::vector<::std::string>
const& exclude
73 MCNAPI ::std::optional<::Social::Events::Property>
getCommonProperty(::std::string
const& name)
const;
78 MCNAPI uint getNextSequenceNumber();
86 MCNAPI
bool isEventRecordingEnabled()
const;
94 MCNAPI
void removeCommonProperty(::std::string
const& name);
Definition NonOwnerPointer.h:9
MCAPI EventManager(::Social::Events::EventManagerArguments &&args)
MCAPI::Social::Events::Property getPlayerCommonProperty(uint userId, ::std::string const &name) const
MCAPI void buildCommonProperties(::std::unordered_map<::std::string, ::Social::Events::Property > &props, uint userId, ::std::vector<::std::string > const &exclude) const
MCAPI void recordDelayedEventAction(::std::string const &action)
MCAPI ::std::optional<::Social::Events::Property > getCommonProperty(::std::string const &name) const
MCAPI void setupCommonProperties()
MCAPI void UpdateDnAPlatString()
MCAPI::Social::Events::Property getGlobalProperty(::std::string const &name) const
MCAPI void removePlayerCommonProperty(uint userId, ::std::string const &name)
MCAPI void * $ctor(::Social::Events::EventManagerArguments &&args)
MCAPI void recordEvent(::Social::Events::Event &event)
MCAPI::Social::Events::Property getPlayerGlobalProperty(uint userId, ::std::string const &name) const
MCAPI::std::string _buildDnAPlatformString()
Definition IEventListener.h:16
Definition EventManagerArguments.h:7