JavaApiCore
Package Index
|
Class Index
com.kinvey.java
com.kinvey.java.LinkedResources
com.kinvey.java.auth
com.kinvey.java.cache
com.kinvey.java.core
com.kinvey.java.model
com.kinvey.java.query
Interfaces
DownloaderProgressListener
KinveyClientCallback
<T>
KinveyRequestInitializer
UploaderProgressListener
Classes
AbstractKinveyClient
AbstractKinveyClient.Builder
AbstractKinveyClientRequest
<T>
AbstractKinveyJsonClient
AbstractKinveyJsonClient.Builder
AbstractKinveyJsonClientRequest
<T>
KinveyClientRequestInitializer
KinveyHeaders
KinveyJsonError
MediaHttpDownloader
MediaHttpDownloader.DownloadUrlResponse
MediaHttpUploader
MediaHttpUploader.UploadUrlResponse
Enums
MediaHttpDownloader.DownloadState
MediaHttpUploader.UploadState
Exceptions
KinveyJsonResponseException
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
KinveyClientCallback
com.kinvey.java.core.KinveyClientCallback<T>
Known Indirect Subclasses
DownloaderProgressListener
,
LinkedResourceCallback
<T>,
UploaderProgressListener
DownloaderProgressListener
An interface for receiving progress notifications for downloads.
LinkedResourceCallback
<T>
Implementation of a Client Request, which can download or upload linked resources.
UploaderProgressListener
An interface for receiving progress notifications for uploads.
Summary
Public Methods
abstract void
onFailure
(Throwable error)
abstract void
onSuccess
(T result)
Public Methods
public abstract void
onFailure
(Throwable error)
public abstract void
onSuccess
(T result)