Class KraangDispatcher<TLoggerConfig>.SerializedEventData
Simple class used to store events on disk.
Inherited Members
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 |