Klasse PollProgressType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.PollProgressType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelPollProgressCondition,ChannelPollProgressCondition.ChannelPollProgressConditionBuilder<?, ?>, ChannelPollProgressEvent>
public class PollProgressType
extends Object
implements SubscriptionType<ChannelPollProgressCondition,ChannelPollProgressCondition.ChannelPollProgressConditionBuilder<?,?>,ChannelPollProgressEvent>
The channel.poll.progress subscription type sends a notification when users respond to a poll on the specified channel.
Must have the channel:read:polls or channel:manage:polls scope.
-
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
-
PollProgressType
public PollProgressType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelPollProgressCondition,ChannelPollProgressCondition.ChannelPollProgressConditionBuilder<?, ?>, ChannelPollProgressEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelPollProgressCondition,ChannelPollProgressCondition.ChannelPollProgressConditionBuilder<?, ?>, ChannelPollProgressEvent> - 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<ChannelPollProgressCondition,ChannelPollProgressCondition.ChannelPollProgressConditionBuilder<?, ?>, ChannelPollProgressEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelPollProgressCondition,ChannelPollProgressCondition.ChannelPollProgressConditionBuilder<?, ?>, ChannelPollProgressEvent> - Gibt zurück:
- the associated event class for this subscription type.
-