Skip navigation links

Package com.baasbox.android

Provides classes necessary to use the BaasBox API, and the main entry point to configure the client.

See: Description

Package com.baasbox.android Description

Provides classes necessary to use the BaasBox API, and the main entry point to configure the client.
A BaasBox connected app needs to initialize the client through the BaasBox class providing an optional configuration.
Once this initialization has been done, the server functionality may be accessed through wrapper classes for each kind of resource exposed via the rest api.
Each rest endpoint is accessible through asynchronous methods, that give a callback interface using BaasHandler general interface, Asyncrhonous calls may be canceled or suspended for later resumption, through the handle RequestToken returned by asynchronous calls.
The api also provides synchronous alternatives using the sync version of the methods, mostly for cases when the request is initiated by another thread other than the main one.
Different resources are wrapped by specific classes: Since remote calls done through http, may fail results are always wrapped in an option result type BaasResult
Skip navigation links