Version 0.2.1
Added a easy way to get your objects from RxAction. just use rxAction.get(TAG) and it will cast it to the assigned variable.
i.e: String name = rxAction.get("NAMES");
Add missing documentation.
Added a easy way to get your objects from RxAction. just use rxAction.get(TAG) and it will cast it to the assigned variable.
i.e: String name = rxAction.get("NAMES");
Add missing documentation.