Interface IAnalyticsUserData
A subset of data that is appended to every IAnalyticsEvent.
Namespace: IdleKit.Analytics
Assembly: cs.temp.dll.dll
Syntax
public interface IAnalyticsUserData : IInjectable
Methods
GetUserData()
Return the data formatted into a form suitable for the IAnalyticsDispatcher calling this method.
Declaration
Dictionary<string, object> GetUserData()
Returns
Type | Description |
---|---|
Dictionary<String, Object> |