Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public abstract class OnReceiveMessageWrapperListener extends IRongCoreListener.OnReceiveMessageWrapperListener
接收消息的监听器。 此接口可以替换 IRongCoreListener.OnReceiveMessageListener 用于解决接收大量消息时,界面频繁刷新问题。 该接口会返回 left 和 hasPackage 参数,两者可以配合使用判断何时拉取完离线消息。
Link copied to clipboard
订阅事件监听器接口。 用途:用于在订阅的事件发生变化时接收通知。 实现此接口以便在订阅的事件发生改变时获取更新。