Show / Hide Table of Contents

    Class AnalyticsEnvironmentConfig

    Inheritance
    Object
    AnalyticsEnvironmentConfig
    Implements
    IAnalyticsEnvironmentConfig
    IData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Analytics
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class AnalyticsEnvironmentConfig : IAnalyticsEnvironmentConfig, IData

    Fields

    _analyticsDispatcherConfigs

    Declaration
    protected AnalyticsDispatcherConfigReference[] _analyticsDispatcherConfigs
    Field Value
    Type Description
    AnalyticsDispatcherConfigReference[]

    _analyticsDispatcherConfigsCache

    Declaration
    protected IAnalyticsDispatcherConfig[] _analyticsDispatcherConfigsCache
    Field Value
    Type Description
    IAnalyticsDispatcherConfig[]

    _environment

    Declaration
    protected EnvironmentAssetReference _environment
    Field Value
    Type Description
    EnvironmentAssetReference

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    Properties

    AnalyticsDispatcherConfigs

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

    EnvironmentConfig

    Declaration
    public virtual IEnvironmentConfig EnvironmentConfig { get; }
    Property Value
    Type Description
    IEnvironmentConfig

    Id

    Declaration
    public virtual string Id { get; }
    Property Value
    Type Description
    String

    Implements

    IAnalyticsEnvironmentConfig
    IData
    Back to top Copyright © 2020 East Side Games Inc.