实时音视频

  • 实时音视频 > API 文档 > Android >QNCustomMessage

    QNCustomMessage

    最近更新时间: 2022-05-12 20:09:55

    自定义消息成员类,当接收到远端发送的自定义消息时,会通过 QNClientEventListener.onMessageReceived 回调
    Index
    Core Methods
    Core Methods
    getID
    • String getID()
    • 获取消息 id

      Returns String
    setID
    • void setID(String ID)
    • 设置消息 id

      Parameters
      • ID: String

        消息 id

    getUserID
    • String getUserID()
    • 获取消息发送者的 id

      Returns String
    setUserID
    • void setUserID(String userID)
    • 设置消息发送者的 id

      Parameters
      • userID: String

        消息发送者的 id

    getContent
    • String getContent()
    • 获取消息内容

      Returns String
    setContent
    • void setContent(String text)
    • 设置消息内容

      Parameters
      • text: String

        消息内容

    getTimestamp
    • long getTimestamp()
    • 获取消息时间戳

      Returns long
    setTimestamp
    • void setTimestamp(long timestamp)
    • 设置消息的时间戳

      Parameters
      • timestamp: long

        目标消息时间戳,单位 : s

    以上内容是否对您有帮助?
  • Qvm free helper
    Close