We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
sticky事件是可以用的具体如下: 注册时使用
发送时使用
其余的和直接post用法一样,Sticky事件消耗完需要手动清除掉,不然会重复调用
Sorry, something went wrong.
* 发送黏性消息事件,指定tag (每注册一次就能接受到一次,而且每次要清除栈否则会接受多个) * EventBus.getDefault().registerSticky(this); * EventBus.getDefault().removeStickyEvent(EventEntity.DiySetPreEntity.class, EventBusTags.DIY_SET_PREVIEW);
sticky事件是可以用的具体如下: 注册时使用 发送时使用 其余的和直接post用法一样,Sticky事件消耗完需要手动清除掉,不然会重复调用
我是按照这样写了 但是只有第一次起作用,后面就失效了
No branches or pull requests
The text was updated successfully, but these errors were encountered: