Package com.github.twitch4j.eventsub
Klasse EventSubNotification
java.lang.Object
com.github.twitch4j.eventsub.EventSubNotification
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEventSubNotification(EventSubSubscription subscription, EventSubEvent event, @Nullable String challenge) -
Methodenübersicht
-
Konstruktordetails
-
EventSubNotification
public EventSubNotification(EventSubSubscription subscription, EventSubEvent event, @Nullable @Nullable String challenge)
-
-
Methodendetails
-
getSubscription
Metadata about the subscription. -
getEvent
The event information. The fields inside this object differ by subscription type. -
getChallenge
The value of challenge from the callback verification request must be returned to complete the verification process.Note: websocket subscriptions do not involve a challenge handshake.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-