SippoChatDelegate

public protocol SippoChatDelegate: class

Delegate to manage chat events

  • A new message was received

    Declaration

    Swift

    func didReceiveChatMessage(_ messsage: ChatMessage)

    Parameters

    message

    New ChatMessage

  • A SippoChat was updated

    Declaration

    Swift

    func didUpdateChat()
  • Participants who are currently writing

    Declaration

    Swift

    func participantsDidStartWriting(_ participants: [String])

    Parameters

    participants

    participants list