Show / Hide Table of Contents

    Interface IAnalyticsEnvironmentConfig

    Allows each IEnvironmentConfig to have a different set of IAnalyticsDispatchers.

    Namespace: IdleKit.Analytics
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAnalyticsEnvironmentConfig : IData

    Properties

    AnalyticsDispatcherConfigs

    The configuration data for the dispatchers that should run in this environment.

    Declaration
    IEnumerable<IAnalyticsDispatcherConfig> AnalyticsDispatcherConfigs { get; }
    Property Value
    Type Description
    IEnumerable<IAnalyticsDispatcherConfig>

    EnvironmentConfig

    The environment that this set of IAnalyticsDispatcherConfigs should run on.

    Declaration
    IEnvironmentConfig EnvironmentConfig { get; }
    Property Value
    Type Description
    IEnvironmentConfig
    Back to top Copyright © 2020 East Side Games Inc.