Uses of Interface
tech.ordinaryroad.live.chat.client.bilibili.listener.IBilibiliSendSmsReplyMsgListener
Packages that use IBilibiliSendSmsReplyMsgListener
Package
Description
-
Uses of IBilibiliSendSmsReplyMsgListener in tech.ordinaryroad.live.chat.client.bilibili.client
Constructors in tech.ordinaryroad.live.chat.client.bilibili.client with parameters of type IBilibiliSendSmsReplyMsgListenerModifierConstructorDescriptionBilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliSendSmsReplyMsgListener msgListener) BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliSendSmsReplyMsgListener msgListener, IBilibiliConnectionListener connectionListener) BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliSendSmsReplyMsgListener msgListener, IBilibiliConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) -
Uses of IBilibiliSendSmsReplyMsgListener in tech.ordinaryroad.live.chat.client.bilibili.netty.handler
Constructors in tech.ordinaryroad.live.chat.client.bilibili.netty.handler with parameters of type IBilibiliSendSmsReplyMsgListenerModifierConstructorDescriptionBilibiliBinaryFrameHandler(IBilibiliSendSmsReplyMsgListener listener, long roomId) BilibiliBinaryFrameHandler(IBilibiliSendSmsReplyMsgListener listener, BilibiliLiveChatClient client)