java.lang.Object | |||
↳ | com.kinvey.java.core.AbstractKinveyClient | ||
↳ | com.kinvey.java.core.AbstractKinveyJsonClient | ||
↳ | com.kinvey.java.AbstractClient |
The core Kinvey client used to access Kinvey's BaaS. All factory methods for retrieving instances of a Service API are threadsafe, however the builder is not.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | AbstractClient.Builder | Builder class for AppdataKinveyClient. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_BASE_URL | The default encoded root URL of the service. | |||||||||
String | DEFAULT_SERVICE_PATH | The default encoded service path of the service. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract <T> AppData<T> | appData(String collectionName, Class<T> myClass) | ||||||||||
void |
disableDebugLogging()
Disable logging for the HttpTransport class to Level.FINEST.
| ||||||||||
void |
enableDebugLogging()
Add logging for the HttpTransport class to Level.FINEST.
| ||||||||||
abstract File |
file()
Access to the File service where files of all sizes including images and videos can be uploaded and downloaded.
| ||||||||||
CredentialStore | getStore() | ||||||||||
void |
initializeRequest(AbstractKinveyClientRequest<?> httpClientRequest)
Initializes the Kinvey client request.
| ||||||||||
boolean |
ping()
This method is deprecated.
Renamed to
pingBlocking()
| ||||||||||
boolean |
pingBlocking()
Pings the Kinvey backend service with a logged in user.
| ||||||||||
Query | query() | ||||||||||
User | user() | ||||||||||
abstract UserDiscovery | userDiscovery() | ||||||||||
abstract UserGroup | userGroup() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The default encoded root URL of the service.
The default encoded service path of the service.
Disable logging for the HttpTransport class to Level.FINEST.
Add logging for the HttpTransport class to Level.FINEST.
Request and response log messages will be dumped to LogCat.
Access to the File service where files of all sizes including images and videos can be uploaded and downloaded.
Initializes the Kinvey client request. This method is only used internally to the library.
IOException |
---|
This method is deprecated.
Renamed to pingBlocking()
Pings the Kinvey backend service with a logged in user.
IOException | |
IOException |
Pings the Kinvey backend service with a logged in user.
IOException |
---|