Klasse InboundHostEvent

Alle implementierten Schnittstellen:
com.github.philippheuer.events4j.api.domain.IEvent

@Unofficial @Deprecated @ScheduledForRemoval(inVersion="2.0.0") public final class InboundHostEvent extends TwitchEvent
Veraltet.
Twitch is removing host mode on October 3, 2022
Fired when the authenticated channel to the TwitchChat instance was hosted by another user.

Not officially documented by Twitch so this could stop working at any time.

  • Konstruktordetails

    • InboundHostEvent

      public InboundHostEvent(String hostTarget, String hosterName)
      Veraltet.
  • Methodendetails

    • getHostTarget

      public String getHostTarget()
      Veraltet.
      Login name of the channel that was hosted (i.e., the user passed in chatAccount).
    • getHosterName

      public String getHosterName()
      Veraltet.
      Display name of the user that just hosted your channel.
    • toString

      public String toString()
      Veraltet.
      Setzt außer Kraft:
      toString in Klasse TwitchEvent
    • equals

      public boolean equals(Object o)
      Veraltet.
      Setzt außer Kraft:
      equals in Klasse TwitchEvent
    • canEqual

      protected boolean canEqual(Object other)
      Veraltet.
      Setzt außer Kraft:
      canEqual in Klasse TwitchEvent
    • hashCode

      public int hashCode()
      Veraltet.
      Setzt außer Kraft:
      hashCode in Klasse TwitchEvent