Table of Contents

Class PubSubEvent

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.PubSub.Base
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll
[Serializable]
public class PubSubEvent : PubSubBaseDatagram
Inheritance
PubSubEvent
Inherited Members

Properties

Data

[JsonProperty("data")]
public PubSubEventData Data { get; }

Property Value

PubSubEventData

Error

[JsonProperty("error")]
public string Error { get; }

Property Value

string

Nonce

[JsonProperty("nonce")]
public string Nonce { get; }

Property Value

string