com.stackmob.sdk.api
Class StackMobConfiguration

java.lang.Object
  extended by com.stackmob.sdk.api.StackMobConfiguration

public class StackMobConfiguration
extends Object


Field Summary
static String API_KEY
           
static String API_SECRET
           
static String API_URL_FORMAT
           
static Integer API_VERSION
           
static String DEFAULT_API_KEY
           
static String DEFAULT_API_SECRET
           
static boolean ENABLE_LOGGING
           
static String PUSH_API_URL_FORMAT
           
static StackMobRedirectedCallback redirectedCallback
           
static String USER_OBJECT_NAME
           
 
Constructor Summary
StackMobConfiguration()
           
 
Method Summary
static StackMob newStackMob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_API_KEY

public static final String DEFAULT_API_KEY
See Also:
Constant Field Values

DEFAULT_API_SECRET

public static final String DEFAULT_API_SECRET
See Also:
Constant Field Values

API_KEY

public static final String API_KEY
See Also:
Constant Field Values

API_SECRET

public static final String API_SECRET
See Also:
Constant Field Values

USER_OBJECT_NAME

public static String USER_OBJECT_NAME

API_VERSION

public static Integer API_VERSION

API_URL_FORMAT

public static String API_URL_FORMAT

PUSH_API_URL_FORMAT

public static String PUSH_API_URL_FORMAT

ENABLE_LOGGING

public static boolean ENABLE_LOGGING

redirectedCallback

public static StackMobRedirectedCallback redirectedCallback
Constructor Detail

StackMobConfiguration

public StackMobConfiguration()
Method Detail

newStackMob

public static StackMob newStackMob()


Copyright © 2012 StackMob. All Rights Reserved.