Klasse ChannelSubscriptionMessageEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.ChannelSubscriptionMessageEvent
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe total number of months the user has been subscribed to the channel.The month duration of the subscription.An object that contains the re-subscription message and emote information needed to recreate the message.The number of consecutive months the user’s current subscription has been active.getTier()The tier of the user’s subscription.inthashCode()toString()Von Klasse geerbte Methoden com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Konstruktordetails
-
ChannelSubscriptionMessageEvent
public ChannelSubscriptionMessageEvent()
-
-
Methodendetails
-
getTier
The tier of the user’s subscription. -
getMessage
An object that contains the re-subscription message and emote information needed to recreate the message. -
getCumulativeMonths
The total number of months the user has been subscribed to the channel. -
getStreakMonths
The number of consecutive months the user’s current subscription has been active. This value is null if the user has opted out of sharing this information. -
getDurationMonths
The month duration of the subscription. -
toString
- Setzt außer Kraft:
toStringin KlasseEventSubUserChannelEvent
-
equals
- Setzt außer Kraft:
equalsin KlasseEventSubUserChannelEvent
-
canEqual
- Setzt außer Kraft:
canEqualin KlasseEventSubUserChannelEvent
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseEventSubUserChannelEvent
-