Class TwitchPubSub.TopicSubscriptionConfirmedEvent
- Namespace
- Firesplash.UnityAssets.TwitchIntegration.Skeletons
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
This Event gets fired when any event is sent by the PubSub server. Using this event in combination with SubscribeGeneric, you can subscribe to any event - even unsupported ones.
public class TwitchPubSub.TopicSubscriptionConfirmedEvent : UnityEvent<string[]>
- Inheritance
-
UnityEventBaseUnityEvent<string[]>TwitchPubSub.TopicSubscriptionConfirmedEvent
- Inherited Members