Table of Contents

Enum ConnectionState

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.General
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll

This is primarily used internally for connection state tracking

public enum ConnectionState

Fields

CONNECTED = 1
CONNECTING = 2
DISCONNECTED = 0
DISCONNECTING = 4
ERROR = 5
RECONNECTING = 3