Package com.stackmob.sdk.api

Classes for communicating directly with StackMob.

See:
          Description

Class Summary
StackMob The StackMob object is your interface for accessing StackMob's many features.
StackMobDatastore Make calls to StackMob's API directly.
StackMobFile Represents binary data to be uploaded to StackMob and hosted on S3 as a file.
StackMobGeoPoint Represents a longitude/latitude pair that can be stored and queried against in StackMob
StackMobOptions stores the various options that can be passed into a request.
StackMobQuery A class that builds queries for data access methods like those in StackMob.
StackMobQueryField Represents a part of a query being executed on a specific field.
StackMobSession Represent information about a users's login with StackMob.
 

Enum Summary
StackMob.OAuthVersion The two different OAuth versions the SDK can use for authentication.
StackMobQuery.Ordering Represents ascending or descending order
 

Package com.stackmob.sdk.api Description

Classes for communicating directly with StackMob. Use StackMob to do things that are inherently global and not tied to any particular kind of object, like sending broadcast push notifications. It also provides low level APIs for all of StackMob's functionality. You should use StackMobModel for your datastore requests, it provides a better layer of abstraction.

See Also:
StackMobModel, StackMobUser


Copyright © 2012 StackMob. All Rights Reserved.