Back to project page android_sdk.
The source code is released under:
GNU Lesser General Public License
If you think the Android project android_sdk listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * Copyright (C) 2013 Spunk Media Pvt Ltd (www.qubecell.com) *//* w ww .ja v a2 s. co m*/ package com.qubecell.constants; public class PaymentResult { public static final int PAYMENT_SUCCESS = 1; public static final int PAYMENT_FALIURE = 0; public static final int NOT_REQUESTED = -1; public static final String SUCCESS = "success"; public static final String FALIURE = "faliure"; }