Uses of Class
com.stackmob.sdk.api.StackMob

Packages that use StackMob
com.stackmob.sdk.api Classes for communicating directly with StackMob. 
com.stackmob.sdk.push Support classes for push methods. 
 

Uses of StackMob in com.stackmob.sdk.api
 

Methods in com.stackmob.sdk.api that return StackMob
static StackMob StackMob.getStackMob()
          Get the singleton StackMob object.
 

Methods in com.stackmob.sdk.api with parameters of type StackMob
static void StackMob.setStackMob(StackMob stackmob)
          Set the singleton StackMob to a particular one for convenience.
 

Constructors in com.stackmob.sdk.api with parameters of type StackMob
StackMob(StackMob other)
          Copy constructor
 

Uses of StackMob in com.stackmob.sdk.push
 

Constructors in com.stackmob.sdk.push with parameters of type StackMob
StackMobPush(StackMob stackmob)
          create a StackMobPush based on a StackMob object and defaults elsewhere.
StackMobPush(StackMob stackmob, String host)
          create a StackMobPush based on a StackMob object and the given host
 



Copyright © 2012 StackMob. All Rights Reserved.