Show / Hide Table of Contents

    Class ErrorEvent

    This should be sent any time an exception or other error happens.

    Inheritance
    Object
    AnalyticsEventBase
    ErrorEvent
    Implements
    IAnalyticsEvent
    IInjectable
    Inherited Members
    AnalyticsEventBase.UUID_KEY
    AnalyticsEventBase.EVENT_NAME_KEY
    AnalyticsEventBase.TIMESTAMP_KEY
    AnalyticsEventBase.DEVICE_ID_KEY
    AnalyticsEventBase.DATA_MAX_LENGTH
    AnalyticsEventBase.TimestampInMilliseconds
    AnalyticsEventBase._uuid
    AnalyticsEventBase._timestampInMilliseconds
    AnalyticsEventBase.Inject(IResolver)
    AnalyticsEventBase.Initialize(Int64, Dictionary<String, Object>)
    AnalyticsEventBase.IncludeDeviceId
    AnalyticsEventBase.GetEventData()
    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 ErrorEvent : AnalyticsEventBase, IAnalyticsEvent, IInjectable

    Fields

    _reason

    Declaration
    protected string _reason
    Field Value
    Type Description
    String

    _source

    Declaration
    protected string _source
    Field Value
    Type Description
    String

    _subSource

    Declaration
    protected string _subSource
    Field Value
    Type Description
    String

    _subtype

    Declaration
    protected string _subtype
    Field Value
    Type Description
    String

    _type

    Declaration
    protected string _type
    Field Value
    Type Description
    String

    REASON_KEY

    Declaration
    protected const string REASON_KEY = "reason"
    Field Value
    Type Description
    String

    SOURCE_KEY

    Declaration
    protected const string SOURCE_KEY = "source"
    Field Value
    Type Description
    String

    SUB_SOURCE_KEY

    Declaration
    protected const string SUB_SOURCE_KEY = "subsource"
    Field Value
    Type Description
    String

    SUB_TYPE_KEY

    Declaration
    protected const string SUB_TYPE_KEY = "subtype"
    Field Value
    Type Description
    String

    TYPE_KEY

    Declaration
    protected const string TYPE_KEY = "type"
    Field Value
    Type Description
    String

    Properties

    EventName

    Declaration
    public override string EventName { get; }
    Property Value
    Type Description
    String
    Overrides
    AnalyticsEventBase.EventName

    Methods

    EventContent()

    Declaration
    protected override Dictionary<string, object> EventContent()
    Returns
    Type Description
    Dictionary<String, Object>
    Overrides
    AnalyticsEventBase.EventContent()

    Initialize(String, String, String, String, String)

    Declaration
    public virtual void Initialize(string type, string subType, string reason, string source, string subSource)
    Parameters
    Type Name Description
    String type
    String subType
    String reason
    String source
    String subSource

    Implements

    IAnalyticsEvent
    IInjectable
    Back to top Copyright © 2020 East Side Games Inc.