Klasse ChannelChatNotificationType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelChatNotificationType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelChatCondition,ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatNotificationEvent>
public class ChannelChatNotificationType
extends Object
implements SubscriptionType<ChannelChatCondition,ChannelChatCondition.ChannelChatConditionBuilder<?,?>,ChannelChatNotificationEvent>
Sends a notification when a USERNOTICE event that appears in chat occurs,
such as someone subscribing to the channel or a subscription is gifted.
Requires user:read:chat scope from chatting user. If app access token used, then additionally requires user:bot scope from chatting user, and either channel:bot scope from broadcaster or moderator status.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe parameters inside these objects differ by subscription type and may differ by version.getName()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden com.github.twitch4j.eventsub.subscriptions.SubscriptionType
getConditionClass, isBatchingEnabled, prepareSubscription
-
Konstruktordetails
-
ChannelChatNotificationType
public ChannelChatNotificationType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelChatCondition,ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatNotificationEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelChatCondition,ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatNotificationEvent> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<ChannelChatCondition,ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatNotificationEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelChatCondition,ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatNotificationEvent> - Gibt zurück:
- the associated event class for this subscription type.
-