Android Open Source - android_sdk Constant Strings






From Project

Back to project page android_sdk.

License

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.

Java Source Code

/*
 * Copyright (C) 2013  Spunk Media Pvt Ltd (www.qubecell.com)
 *//*from   w ww  . ja va2s.  com*/

package com.qubecell.constants;
public class ConstantStrings {
  public static final String USERNAME = "username";
  public static final String PASSWORD = "password";
  public static final String REQUESTID = "requestid";
  public static final String KEY = "key";
  public static final String RETURNURL = "returnurl";
  public static final String OPERATION = "operation";
  public static final String PRODUCTID = "productid";
  public static final String MESSAGE = "message";
  public static final String MSISDN = "msisdn";
  public static final String LOG_PATH = "logopath";
  public static final String OPERATOR = "operator";
  public static final String SENDOTPTXNID = "sendotptxnid";
  public static final String OTP = "otp" ; 
  public static final String QUBECELL = "Qubecell";  
  public static final String OK = "OK";
  public static final String SUCCESSFULL = "Sucessfull";
  public static final String POWEREDBY_QUBECELL = "Powered By Qubecell";
  public static final String PLEASE_ENTER_OTP = "Please enter OTP";
  public static final String BACK = "Back";
  public static final String NEXT = "Next";
  public static final String RESEND_OTP = "Resend OTP" ;
  public static final String ONETIME_PASSWORD_SENDTO_MOBILE = "A One Time Password (OTP) has been generated and sent as an SMS to your mobile number.";
  public static final String ENTER_SMS_CODE = "Enter SMS Code";
  public static final String CANCEL = "Cancel"; 
  public static final String ACCEPT = "Accept";
  public static final String THISWILL_CHARGE_YOU_ACCOUNT = "This will be charged to your mobile phone account.";
  public static final String PAY_RUPEES = "Pay Rs. xx";
  public static final String SELECT_OPERATOR = "Select Operator";
  public static final String ENTER_MOBILE_NUMBER = "Enter Mobile Number";
  
  public static final String LOG_FILE_NAME = "Qubecell.txt";
  public static final String SMS_SHOTCODE = "5607010";
  public static final String SEND_MESSAGE_FORMAT = "EVNT ";
  public static final String RECEIVE_MESSAGE_FORMAT = "OTP ";
  
  public static final String SERVICE_NOT_SUPPORTED_OFFLINE = "This service is not supported on offline mode.";
  public static final String SERVICE_NOT_SUPPORT_YOUR_NETWORK = "This service is not supported on your network.";
  public static final String TRANSACTION_CANNOT_PROCESS = "Sorry, this transaction cannot be processed now. Please try again later.";
  public static final String THANKS_FOR_TRANSACTION = "Thank you for your transaction.";
  public static final String TRANSACTION_INPROGRESS = "Your transaction is in process. Please check again later.";
  public static final String UNABLE_TO_GENERATE_OTP = "Unable to generate OTP code";
  public static final String INVALID_MOBILE_NUMBER = "Invalid mobile number. Please try again.";
  public static final String ENTER_COUNTRY_CODE = "Please enter valid mobile number with country code.";
  
}




Java Source Code List

com.qubecell.beans.BaseBean.java
com.qubecell.beans.CheckStatusRespBean.java
com.qubecell.beans.EventChargeRespBean.java
com.qubecell.beans.MsisdnRespBean.java
com.qubecell.beans.OperatorDetails.java
com.qubecell.beans.OperatorsRespBean.java
com.qubecell.beans.ResponseBaseBean.java
com.qubecell.beans.SendOTPRespBean.java
com.qubecell.beans.ValidateOTPRespBean.java
com.qubecell.constants.ApplicationActivities.java
com.qubecell.constants.CheckstatusServerRespCode.java
com.qubecell.constants.ConstantStrings.java
com.qubecell.constants.EventChargeServerRespCode.java
com.qubecell.constants.HttpConstant.java
com.qubecell.constants.IntentConstant.java
com.qubecell.constants.MerchantData.java
com.qubecell.constants.MessageResponseCode.java
com.qubecell.constants.MobileOperators.java
com.qubecell.constants.MsisdnServerRespCode.java
com.qubecell.constants.NetworkResponseCode.java
com.qubecell.constants.NetworkResponse.java
com.qubecell.constants.NetworkURL.java
com.qubecell.constants.PaymentResult.java
com.qubecell.constants.ProductIds.java
com.qubecell.constants.QubecellResult.java
com.qubecell.constants.SendOTPServerRespCode.java
com.qubecell.constants.ServerCommand.java
com.qubecell.constants.ThemeConfigurationVariables.java
com.qubecell.constants.ValidateOTPServerRespCode.java
com.qubecell.constants.WidgetsTagName.java
com.qubecell.elogger.ELogger.java
com.qubecell.network.AsyncClient.java
com.qubecell.network.NetworkController.java
com.qubecell.receivers.SMSReceiver.java
com.qubecell.smsmgr.QubecellSMSManager.java
com.qubecell.ui.BaseActivity.java
com.qubecell.ui.QubecellActivity.java
com.qubecell.ui.ResultActivity.java
com.qubecell.ui.SelectOperatorActivity.java
com.qubecell.ui.ValidateOTPActivity.java
com.qubecell.utility.CommonUtility.java
com.qubecell.utility.ImageBase64.java
com.qubecell.xmlparser.XMLParser.java
com.qubecell.xmlparser.XMLfunctions.java
com.qubecelltestapp.ui.MerchantActivity.java