Interface ISuperChatMsgListener<T,SuperChatMsg>


public interface ISuperChatMsgListener<T,SuperChatMsg>
醒目留言消息回调
Since:
0.0.11
Author:
mjz
  • Method Details

    • onSuperChatMsg

      default void onSuperChatMsg(T t, SuperChatMsg msg)
      收到醒目留言
    • onSuperChatMsg

      default void onSuperChatMsg(SuperChatMsg msg)