Klasse ChannelAdBreakBeginType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelAdBreakBeginType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelAdBreakCondition,ChannelAdBreakCondition.ChannelAdBreakConditionBuilder<?, ?>, ChannelAdBreakBeginEvent>
public class ChannelAdBreakBeginType
extends Object
implements SubscriptionType<ChannelAdBreakCondition,ChannelAdBreakCondition.ChannelAdBreakConditionBuilder<?,?>,ChannelAdBreakBeginEvent>
The channel.ad_break.begin subscription type sends a notification when a user runs a midroll commercial break,
either manually or automatically via ads manager.
Must have channel:read:ads scope.
- 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
-
ChannelAdBreakBeginType
public ChannelAdBreakBeginType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelAdBreakCondition,ChannelAdBreakCondition.ChannelAdBreakConditionBuilder<?, ?>, ChannelAdBreakBeginEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelAdBreakCondition,ChannelAdBreakCondition.ChannelAdBreakConditionBuilder<?, ?>, ChannelAdBreakBeginEvent> - 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<ChannelAdBreakCondition,ChannelAdBreakCondition.ChannelAdBreakConditionBuilder<?, ?>, ChannelAdBreakBeginEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelAdBreakCondition,ChannelAdBreakCondition.ChannelAdBreakConditionBuilder<?, ?>, ChannelAdBreakBeginEvent> - Gibt zurück:
- the associated event class for this subscription type.
-