LocalMessageManager
LocalMessageManager copied to clipboard
Add support for Annotations
In Activity/Fragment:
@OnMessage(R.id.message_friend_online)
public void onFriendOnline(@NonNull final LocalMessage msg) {
FriendData obj = msg.getObject();
// ...
}
listener registration will be generated automatically or user will define something like LocalMessageManager.getInstance().start()/stop() in Activity/Fragment