Class ExtensionTransactionsTopic
java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<ExtensionTransactionList>
com.github.twitch4j.helix.webhooks.topics.ExtensionTransactionsTopic
@Deprecated
@ScheduledForRemoval(inVersion="2.0.0")
public class ExtensionTransactionsTopic
extends TwitchWebhookTopic<ExtensionTransactionList>
Deprecated.
Twitch decommissioned this API; please migrate to EventSub
Sends a notification when a new transaction is created for an extension.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic
TwitchWebhookTopic.UnknownTopic
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
PATH
Deprecated.- See Also:
-
-
Constructor Details
-
ExtensionTransactionsTopic
Sends a notification when a new transaction is created for an extension.- Parameters:
extensionId
- Required. The ID of the extension to listen to for transactions.
-
-
Method Details
-
getExtensionId
Deprecated.- Returns:
- The ID of the extension to listen to for transactions.
-