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&);
59 MCNAPI
void addListener(::std::unique_ptr<::Social::Events::IEventListener> listener);
61 MCNAPI ::std::unordered_map<::std::string, ::Social::Events::Property>
65 ::std::unordered_map<::std::string, ::Social::Events::Property>& props,
67 ::std::vector<::std::string>
const& exclude
70 MCNAPI_C ::std::optional<::Social::Events::Property> getCommonProperty(::std::string
const& name)
const;
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 void setupCommonProperties()
MCAPI void addListener(::std::unique_ptr<::Social::Events::IEventListener > listener)
MCAPI void UpdateDnAPlatString()
MCAPI::Social::Events::Property getGlobalProperty(::std::string const &name) const
MCAPI ::std::unordered_map<::std::string, ::Social::Events::Property > buildCommonProperties(uint userId, ::std::vector<::std::string > const &exclude) 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