Interface ChannelEventNotification


public interface ChannelEventNotification
ChannelEventNotification
  • Method Details

    • getChannel

      ConversationChannel getChannel()
      Get channel
      Returns:
      channel
    • getEventType

      String getEventType()
      The type of event being reported.
      Returns:
      eventType
    • getAdditionalData

      Object getAdditionalData()
      An object containing additional information regarding the event. The contents of the object depend on the channel and the event_type.
      Returns:
      additionalData
    • builder

      Getting builder
      Returns:
      New Builder instance