Show / Hide Table of Contents

    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>
    Back to top Copyright © 2020 East Side Games Inc.