Klasse ChannelJoinFailureEvent

java.lang.Object
com.github.twitch4j.chat.events.channel.ChannelJoinFailureEvent

public final class ChannelJoinFailureEvent extends Object
A chat instance failed to join (or stay joined to) a channel AND removeChannelOnJoinFailure was enabled, resulting in removal from the instance's current channels.
  • Konstruktordetails

  • Methodendetails

    • getChannelName

      public String getChannelName()
      The name of the channel that the chat instance was unable to join.
    • getReason

      public ChannelJoinFailureEvent.Reason getReason()
      The inferred reason for the join failure.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object