54 MCAPI
void UpdateDnAPlatString();
56 MCAPI ::std::string _buildDnAPlatformString();
58 MCAPI
void addListener(::std::unique_ptr<::Social::Events::IEventListener> listener);
60 MCAPI ::std::unordered_map<::std::string, ::Social::Events::Property>
61 buildCommonProperties(uint userId, ::std::vector<::std::string>
const& exclude)
const;
63 MCAPI
void buildCommonProperties(
64 ::std::unordered_map<::std::string, ::Social::Events::Property>& props,
66 ::std::vector<::std::string>
const& exclude
69 MCAPI ::Social::Events::Property getPlayerCommonProperty(uint userId, ::std::string
const& name)
const;
71 MCAPI ::Social::Events::Property getPlayerGlobalProperty(uint userId, ::std::string
const& name)
const;
73 MCAPI
void recordDelayedEventAction(::std::string
const& action);
77 MCAPI
void removePlayerCommonProperty(uint userId, ::std::string
const& name);
79 MCAPI
void setupCommonProperties();