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.offline
com.kinvey.java.query
Interfaces
AsyncExecutor
<T>
DownloaderProgressListener
KinveyCancellableCallback
<T>
KinveyClientCallback
<T>
KinveyRequestInitializer
UploaderProgressListener
Classes
AbstractKinveyClient
AbstractKinveyClient.Builder
AbstractKinveyClientRequest
<T>
AbstractKinveyJsonClient
AbstractKinveyJsonClient.Builder
AbstractKinveyJsonClientRequest
<T>
KinveyAggregateCallback
KinveyClientRequestInitializer
KinveyHeaders
KinveyJsonError
MediaHttpDownloader
MediaHttpUploader
MetaDownloadProgressListener
MetaUploadProgressListener
RawJsonFactory
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
,
KinveyAggregateCallback
,
KinveyCancellableCallback
<T>,
MetaDownloadProgressListener
,
MetaUploadProgressListener
,
SaveLinkedResourceClientRequest.MetaUploadListener
,
UploaderProgressListener
DownloaderProgressListener
An interface for receiving progress notifications for downloads.
KinveyAggregateCallback
KinveyCancellableCallback
<T>
MetaDownloadProgressListener
This class is an extension of the
DownloaderProgressListener
, which also provides a method for the retrieval of the metadata.
MetaUploadProgressListener
This class is an extension of the
DownloaderProgressListener
, which also provides a method for the retrieval of the metadata.
SaveLinkedResourceClientRequest.MetaUploadListener
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)