QiscusRealtimeDelegate

public protocol QiscusRealtimeDelegate

Undocumented

  • You will receive message from qiscus realtime about comment like new comment, user left room, remove member and other

    Declaration

    Swift

    func didReceiveMessage(data: String)

    Parameters

    data

    message as string JSON

  • you will receive Message comment status

    Declaration

    Swift

    func didReceiveMessageStatus(roomId: String, commentId: String, commentUniqueId: String, Status: MessageStatus)

    Parameters

    roomId

    roomId

    commentId

    commentId

    Status

    status read or deliver

  • You will receive message from qiscus realtime about user typing

    Declaration

    Swift

    func didReceiveUser(typing: Bool, roomId: String, userEmail: String)

    Parameters

    roomId

    roomId (String)

    userEmail

    userEmail (String)