Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@marcelpinto marcelpinto released this 28 Nov 16:04
· 46 commits to master since this release

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.