B  C  D  E  G  H  I  L  M  N  O  P  Q  R  S  T  U  W 

H

handleChannelEvent(HasChannel,FilterObject) - function in io.getstream.chat.android.offline.event.handler.chat.BaseChatEventHandler
Handles HasChannel event which contains specific Channel object.
handleChannelEvent(HasChannel,FilterObject) - function in io.getstream.chat.android.offline.event.handler.chat.DefaultChatEventHandler
Handles additional events:
  • NotificationMessageNewEvent - calls watch and adds the channel to the set.

  • NotificationRemovedFromChannelEvent - removes the channel from the set if a current user left.

  • NotificationAddedToChannelEvent - calls watch and adds the channel to the set if a current user was added.

handleChatEvent(ChatEvent,FilterObject,Channel) - function in io.getstream.chat.android.offline.event.handler.chat.BaseChatEventHandler
Computes the event handling result.
handleChatEvent(ChatEvent,FilterObject,Channel) - function in io.getstream.chat.android.offline.event.handler.chat.BaseChatEventHandler
Computes the event handling result.
handleCidEvent(CidEvent,FilterObject,Channel) - function in io.getstream.chat.android.offline.event.handler.chat.BaseChatEventHandler
Handles CidEvent event which is associated with a specific Channel which can be tracked using CidEvent.cid.
handleCidEvent(CidEvent,FilterObject,Channel) - function in io.getstream.chat.android.offline.event.handler.chat.DefaultChatEventHandler
Handles additional events:
  • NewMessageEvent - adds the channel to the set if its not a system message.

  • MemberRemovedEvent - removes the channel from the set if a current user left.

  • MemberAddedEvent - adds the channel to the set if a current user was added.

B  C  D  E  G  H  I  L  M  N  O  P  Q  R  S  T  U  W