Back to project page taxitwin-app.
The source code is released under:
GNU General Public License
If you think the Android project taxitwin-app listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package kimle.michal.android.taxitwin.enumerate; public enum UserState { NOT_SUBSCRIBED, SUBSCRIBED, PARTICIPANT, OWNER }