Class ZegoBroadcastMessageInfo


  • public class ZegoBroadcastMessageInfo
    extends java.lang.Object
    Broadcast message info. The received object of the room broadcast message, including the message content, message ID, sender, sending time
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ZegoUser fromUser
      Message sender.Please do not fill in sensitive user information in this field, including but not limited to mobile phone number, ID number, passport number, real name, etc.
      java.lang.String message
      message content
      long messageID
      message id
      long sendTime
      Message send time, UNIX timestamp, in milliseconds.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • message

        public java.lang.String message
        message content
      • messageID

        public long messageID
        message id
      • sendTime

        public long sendTime
        Message send time, UNIX timestamp, in milliseconds.
      • fromUser

        public ZegoUser fromUser
        Message sender.Please do not fill in sensitive user information in this field, including but not limited to mobile phone number, ID number, passport number, real name, etc.
    • Constructor Detail

      • ZegoBroadcastMessageInfo

        public ZegoBroadcastMessageInfo()