StaticInformation.java :  » Sound-Audio-Voice » voicenotes » com » android » salesforce » util » Android Open Source

Android Open Source » Sound Audio Voice » voicenotes 
voicenotes » com » android » salesforce » util » StaticInformation.java
package com.android.salesforce.util;

import android.view.ViewGroup;

public class StaticInformation {
  private static final String TAG = "StaticInformation";
  
    public static String DOMAIN = "";
  public static String USER_ID= "";
  public static String USER_NAME= "";
  
  public static String USER_PW = "";
  public static String USER_TOKEN = "";
  
  public static String SESSION_ID = "";
  public static String ACCOUNT_ID = "";  
  
  public static String USER_ID_18DIGITS;
  public static String API_SERVER_URL;
  public static String API_META_DATA_SERVER_URL;
    
    public static ViewGroup MainContainer; 
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.