Klasse ChannelGoalProgressType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelGoalProgressType
- Alle implementierten Schnittstellen:
SubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsProgressEvent>
public class ChannelGoalProgressType
extends Object
implements SubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?,?>,CreatorGoalsProgressEvent>
Notifies the subscriber when progress is made towards the specified broadcaster’s goal.
Progress could be positive (added followers) or negative (lost followers).
NOTE: It’s possible to receive Progress events before receiving the Begin event.
Authorization: Requires a user OAuth access token with scope set to channel:read:goals.
-
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
-
ChannelGoalProgressType
public ChannelGoalProgressType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsProgressEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsProgressEvent> - 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<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsProgressEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsProgressEvent> - Gibt zurück:
- the associated event class for this subscription type.
-