All Superinterfaces:
IMsg, Serializable

public interface IDanmuMsg extends IMsg
Author:
mjz
  • Method Summary

    Modifier and Type
    Method
    Description
    弹幕内容
    long
    弹幕发送者id
    弹幕发送者用户名
  • Method Details

    • getUid

      long getUid()
      弹幕发送者id
    • getUsername

      String getUsername()
      弹幕发送者用户名
      Returns:
    • getContent

      String getContent()
      弹幕内容