Show / Hide Table of Contents

    Class KraangDispatcher<TLoggerConfig>.SerializedEventData

    Simple class used to store events on disk.

    Inheritance
    Object
    KraangDispatcher<TLoggerConfig>.SerializedEventData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Analytics.Kraang
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SerializedEventData

    Constructors

    SerializedEventData(String, String)

    Declaration
    public SerializedEventData(string type, string data)
    Parameters
    Type Name Description
    String type
    String data

    Fields

    Data

    Declaration
    public string Data
    Field Value
    Type Description
    String

    Type

    Declaration
    public string Type
    Field Value
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.