Class TwitchPubSub.TopicSubscriptionDeclinedEvent
- 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.TopicSubscriptionDeclinedEvent : UnityEvent<string[], string>
- Inheritance
-
UnityEventBaseTwitchPubSub.TopicSubscriptionDeclinedEvent
- Inherited Members