LocalMessageManager icon indicating copy to clipboard operation
LocalMessageManager copied to clipboard

Add support for Annotations

Open yuraj11 opened this issue 8 years ago • 0 comments

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

yuraj11 avatar Oct 06 '16 19:10 yuraj11