API Reference

A B C D E F G I J K L M N O P Q R S T U W 

A

AbstractPush - Class in com.kinvey.android.push
This class defines the behaviour of a Push implementation, and should be extended within the library to support with new providers.
AbstractPush(client) - Constructor for class com.kinvey.android.push.AbstractPush
This class defines the behaviour of a Push implementation, and should be extended within the library to support with new providers.
AbstractPush.Companion - Class in com.kinvey.android.push
 
AbstractPush.PushRegistration - Class in com.kinvey.android.push
This class manages metadata necessary for registering a device for push notifications.
AbstractPush.RegisterPush - Class in com.kinvey.android.push
Request object for posting to the REST endpoint to register a user for push notifications
AbstractPush.UnregisterPush - Class in com.kinvey.android.push
Request object for posting to REST endpoint to unregister a user from push notifications
accessSecret - Variable in class com.kinvey.android.store.UserStore.Login
 
accessToken - Variable in class com.kinvey.android.store.UserStore.Login
 
addAllUsersToGroup(groupID, childGroupID, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to add all users to a specific group
addAllUsersToGroupList(groupID, childGroupIDs, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to add all users to a list of user groups
addUserListToGroup(groupID, userIDs, childGroupID, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to add a list of users to a group
addUserListToGroupList(groupID, userIDs, childGroupIDs, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to add a user list to a list of groups
addUserToGroup(groupID, userID, childGroupID, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to add user to a group
addUserToGroupList(groupID, userID, childGroupID, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to add a user to a list of groups
AndroidCredentialStore - Class in com.kinvey.android
 
AndroidCredentialStore(context) - Constructor for class com.kinvey.android.AndroidCredentialStore
 
AndroidCredentialStore.Companion - Class in com.kinvey.android
 
AndroidCredentialStoreException - Exception in com.kinvey.android
AndroidCredentialStoreException class.
AndroidCredentialStoreException() - Constructor for exception com.kinvey.android.AndroidCredentialStoreException
Constructor for AndroidCredentialStoreException.
AndroidCredentialStoreException(errMsg) - Constructor for exception com.kinvey.android.AndroidCredentialStoreException
AndroidCredentialStoreException constructor
AndroidJson - Class in com.kinvey.android
This class manages the JSON parser for the Android library, which can be set in kinvey.properties as the value of parser.
AndroidJson() - Constructor for class com.kinvey.android.AndroidJson
This class manages the JSON parser for the Android library, which can be set in kinvey.properties as the value of parser.
AndroidJson.Companion - Class in com.kinvey.android
 
AndroidJson.JSONPARSER - Enum in com.kinvey.android
 
AndroidLogger - Class in com.kinvey.android
This class provides a logging implementation for the Android Library, using android.util.Log.x. The TAG is "Kinvey - Client".
AndroidLogger() - Constructor for class com.kinvey.android.AndroidLogger
This class provides a logging implementation for the Android Library, using android.util.Log.x. The TAG is "Kinvey - Client".
AndroidMimeTypeFinder - Class in com.kinvey.android
Uses Android features to determine the MIME type of a provided file.
AndroidMimeTypeFinder() - Constructor for class com.kinvey.android.AndroidMimeTypeFinder
Uses Android features to determine the MIME type of a provided file.
AndroidNetworkManager<T extends GenericJson> - Class in com.kinvey.android.network
Wraps the NetworkManager public methods in asynchronous functionality using native Android AsyncTask.
AndroidNetworkManager(collectionName, myClass, client) - Constructor for class com.kinvey.android.network.AndroidNetworkManager
Wraps the NetworkManager public methods in asynchronous functionality using native Android AsyncTask.
AndroidUserStore - Class in com.kinvey.android
 
AndroidUserStore(context) - Constructor for class com.kinvey.android.AndroidUserStore
 
AndroidUserStore.Companion - Class in com.kinvey.android
 
AsyncBatchPushRequest<T extends GenericJson> - Class in com.kinvey.android.async
Class represents internal implementation of Async push request that is used to create push
AsyncBatchPushRequest(collection, manager, client, storeType, networkManager, storeItemType, pushCallback) - Constructor for class com.kinvey.android.async.AsyncBatchPushRequest
Class represents internal implementation of Async push request that is used to create push
AsyncBatchPushRequest.Companion - Class in com.kinvey.android.async
 
AsyncClientRequest<Result> - Class in com.kinvey.android
Abstract AsyncClientRequest class - used for Kinvey Callbacks.
AsyncClientRequest(callback) - Constructor for class com.kinvey.android.AsyncClientRequest
Abstract AsyncClientRequest class - used for Kinvey Callbacks.
AsyncCommand(endpoints, commandName, input, callback) - Constructor for class com.kinvey.android.AsyncCustomEndpoints.AsyncCommand
 
AsyncCommandArray(endpoints, commandName, input, callback) - Constructor for class com.kinvey.android.AsyncCustomEndpoints.AsyncCommandArray
 
AsyncCreateRequest<T extends GenericJson> - Class in com.kinvey.android.async
 
AsyncCreateRequest(store, entity, callback) - Constructor for class com.kinvey.android.async.AsyncCreateRequest
 
AsyncCustomEndpoints<I extends GenericJson,O> - Class in com.kinvey.android
Wraps the com.kinvey.java.CustomEndpoints public methods in asynchronous functionality using native Android AsyncTask.
AsyncCustomEndpoints(client) - Constructor for class com.kinvey.android.AsyncCustomEndpoints
Deprecated. 
AsyncCustomEndpoints(responseClass, client) - Constructor for class com.kinvey.android.AsyncCustomEndpoints
Constructor for this Asyncronous Custom Endpoint class
AsyncCustomEndpoints.AsyncCommand<I extends GenericJson,O> - Class in com.kinvey.android
 
AsyncCustomEndpoints.AsyncCommandArray<I extends GenericJson,O> - Class in com.kinvey.android
 
AsyncDownloaderProgressListener<T> - Interface in com.kinvey.android.callback
 
AsyncDownloadRequest<T> - Class in com.kinvey.android.async
 
AsyncDownloadRequest(scope, method, callback, args) - Constructor for class com.kinvey.android.async.AsyncDownloadRequest
 
AsyncLinkedNetworkManager<T extends LinkedGenericJson> - Class in com.kinvey.android.network
Wraps the LinkedNetworkManager public methods in asynchronous functionality using native Android AsyncTask.
AsyncLinkedNetworkManager(collectionName, myClass, client) - Constructor for class com.kinvey.android.network.AsyncLinkedNetworkManager
Wraps the LinkedNetworkManager public methods in asynchronous functionality using native Android AsyncTask.
AsyncLinkedNetworkManager.Get<T extends LinkedGenericJson> - Class in com.kinvey.android.network
 
AsyncLinkedNetworkManager.GetEntity<T extends LinkedGenericJson> - Class in com.kinvey.android.network
 
AsyncLinkedNetworkManager.Save<T extends LinkedGenericJson> - Class in com.kinvey.android.network
 
AsyncPullRequest - Class in com.kinvey.android.async
Class represents internal implementation of Async pull request that is used to create pull
AsyncPullRequest(store, query, callback) - Constructor for class com.kinvey.android.async.AsyncPullRequest
Async pull request constructor
AsyncPullRequest(store, query, pageSize, callback) - Constructor for class com.kinvey.android.async.AsyncPullRequest
Async pull request constructor
AsyncPullRequest(store, query, isAutoPagination, callback) - Constructor for class com.kinvey.android.async.AsyncPullRequest
Async pull request constructor
AsyncPushRequest<T extends GenericJson> - Class in com.kinvey.android.async
Class represents internal implementation of Async push request that is used to create push
AsyncPushRequest(collection, manager, client, storeType, networkManager, storeItemType, pushCallback) - Constructor for class com.kinvey.android.async.AsyncPushRequest
Class represents internal implementation of Async push request that is used to create push
AsyncRequest<T> - Class in com.kinvey.android.async
This implementation of an AsyncClientRequest is used to wrap the core app data API. It provides the ability to execute a given method with a given arguments using reflection.
AsyncRequest(scope, mMethod, callback, args) - Constructor for class com.kinvey.android.async.AsyncRequest
This implementation of an AsyncClientRequest is used to wrap the core app data API. It provides the ability to execute a given method with a given arguments using reflection.
AsyncUploaderProgressListener<T> - Interface in com.kinvey.android.callback
 
AsyncUploadRequest<T> - Class in com.kinvey.android.async
 
AsyncUploadRequest(scope, method, callback, args) - Constructor for class com.kinvey.android.async.AsyncUploadRequest
 
AsyncUserDiscovery - Class in com.kinvey.android
Wraps the com.kinvey.java.UserDiscovery public methods in asynchronous functionality using native Android AsyncTask.
AsyncUserGroup - Class in com.kinvey.android
Wraps the com.kinvey.java.UserGroup public methods in asynchronous functionality using native Android AsyncTask.

B

build() - Method in class com.kinvey.android.Client.Builder
 
build(buildCallback) - Method in class com.kinvey.android.Client.Builder
Asynchronous Client build method
Build(clientBuilder, builderCallback) - Constructor for class com.kinvey.android.Builder.Build
 
Builder(appKey, appSecret, context, transport) - Constructor for class com.kinvey.android.Client.Builder
Use this constructor to create a AbstractClient.Builder, which can be used to build a Kinvey AbstractClient with defaults set for the Android Operating System.
Builder(appKey, appSecret, context) - Constructor for class com.kinvey.android.Client.Builder
Use this constructor to create a AbstractClient.Builder, which can be used to build a Kinvey AbstractClient with defaults set for the Android Operating System.
Builder(context, transport) - Constructor for class com.kinvey.android.Client.Builder
Use this constructor to create a Client.Builder, which can be used to build a Kinvey Client with defaults set for the Android Operating System.
Builder(context) - Constructor for class com.kinvey.android.Client.Builder
Use this constructor to create a Client.Builder, which can be used to build a Kinvey Client with defaults set for the Android Operating System.
Builder(properties, transport, context) - Constructor for class com.kinvey.android.Client.Builder
Use this constructor to create a Client.Builder, which can be used to build a Kinvey Client with defaults set for the Android Operating System.
Builder(properties, context) - Constructor for class com.kinvey.android.Client.Builder
Use this constructor to create a Client.Builder, which can be used to build a Kinvey Client with defaults set for the Android Operating System.
Builder.Build - Class in com.kinvey.android
 
Builder.Companion - Class in com.kinvey.android
 

C

cachedFile(fileId) - Method in class com.kinvey.android.store.FileStore
 
cachedFile(fileMetaData) - Method in class com.kinvey.android.store.FileStore
 
call() - Method in class com.kinvey.android.async.CallableAsyncPushRequestHelper
 
CallableAsyncPushRequestHelper<T extends GenericJson> - Class in com.kinvey.android.async
 
CallableAsyncPushRequestHelper.Companion - Class in com.kinvey.android.async
 
callEndpoint(commandName, input, callback) - Method in class com.kinvey.android.AsyncCustomEndpoints
Execute a Custom Endpoint which will return a single JSON object
callEndpoint(commandName, input, callback) - Method in class com.kinvey.android.AsyncCustomEndpoints
Execute a Custom Endpoint which will return an array of JSON objects.
changePassword(password, client, callback) - Static method in class com.kinvey.android.store.UserStore
 
ChangePassword(password, client, callback) - Constructor for class com.kinvey.android.store.UserStore.ChangePassword
 
changePassword(password, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
 
checkAclKmdFields(name, realm, clazz) - Static method in class com.kinvey.android.cache.ClassHash
Fix to _acl_kmd tables
checkAclKmdFields(realm) - Method in class com.kinvey.android.cache.RealmCache
Fix to _acl_kmd tables
ClassHash - Class in com.kinvey.android.cache
Created by Prots on 1/27/16.
clear() - Method in class com.kinvey.android.AndroidUserStore
 
clear() - Method in class com.kinvey.android.cache.RealmCache
 
clear() - Method in class com.kinvey.android.cache.RealmCacheManager
 
clearCache() - Method in class com.kinvey.android.store.FileStore
 
clearCollection(collection, collectionItemClass, ttl) - Method in class com.kinvey.android.cache.RealmCacheManager
 
Client<T extends User> - Class in com.kinvey.android
This class is an implementation of a com.kinvey.java.AbstractClient with default settings for the Android operating system.
Client(transport, httpRequestInitializer, rootUrl, servicePath, objectParser, kinveyRequestInitializer, store, requestPolicy, encryptionKey, context) - Constructor for class com.kinvey.android.Client
This class is an implementation of a com.kinvey.java.AbstractClient with default settings for the Android operating system.
Client.Builder<T extends User> - Class in com.kinvey.android
Create a client for interacting with Kinvey's services from an Android Activity.
Client.Companion - Class in com.kinvey.android
 
clientId - Variable in class com.kinvey.android.store.UserStore.Login
 
collection(collectionName, myClass, storeType, client) - Static method in class com.kinvey.android.store.DataStore
 
collection(collectionName, myClass, storeType, client) - Method in class com.kinvey.android.store.DataStore.Companion
 
com.kinvey.android - package com.kinvey.android
 
com.kinvey.android.async - package com.kinvey.android.async
 
com.kinvey.android.cache - package com.kinvey.android.cache
 
com.kinvey.android.callback - package com.kinvey.android.callback
 
com.kinvey.android.model - package com.kinvey.android.model
 
com.kinvey.android.network - package com.kinvey.android.network
 
com.kinvey.android.push - package com.kinvey.android.push
 
com.kinvey.android.store - package com.kinvey.android.store
 
com.kinvey.android.sync - package com.kinvey.android.sync
 
com.kinvey.android.ui - package com.kinvey.android.ui
 
Companion - Static variable in class com.kinvey.android.AndroidCredentialStore
 
Companion - Static variable in class com.kinvey.android.AndroidJson
 
Companion - Static variable in enum com.kinvey.android.AndroidJson.JSONPARSER
 
Companion - Static variable in class com.kinvey.android.AndroidUserStore
 
Companion - Static variable in class com.kinvey.android.async.AsyncBatchPushRequest
 
Companion - Static variable in class com.kinvey.android.async.CallableAsyncPushRequestHelper
 
Companion - Static variable in class com.kinvey.android.cache.RealmCache
 
Companion - Static variable in enum com.kinvey.android.cache.RealmCache.Types
 
Companion - Static variable in class com.kinvey.android.cache.RealmCacheManager
 
Companion - Static variable in class com.kinvey.android.Client.Builder
 
Companion - Static variable in class com.kinvey.android.Client
 
Companion - Static variable in class com.kinvey.android.KinveySocketFactory
 
Companion - Static variable in class com.kinvey.android.push.AbstractPush
 
Companion - Static variable in class com.kinvey.android.push.FCMPush
 
Companion - Static variable in class com.kinvey.android.push.KinveyFCMService
 
Companion - Static variable in class com.kinvey.android.SharedPrefCredentialStore
 
Companion - Static variable in class com.kinvey.android.store.DataStore
 
Companion - Static variable in class com.kinvey.android.store.FileStore
 
Companion - Static variable in class com.kinvey.android.store.UserStore
 
Companion - Static variable in class com.kinvey.android.ui.MICLoginActivity
 
Companion - Static variable in class com.kinvey.android.UuidFactory
 
consumerKey - Variable in class com.kinvey.android.store.UserStore.Login
 
consumerSecret - Variable in class com.kinvey.android.store.UserStore.Login
 
convenience(client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous Retrieve Metadata
convenience(client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous Retrieve Metadata
count(q) - Method in class com.kinvey.android.cache.RealmCache
 
count(callback) - Method in class com.kinvey.android.store.DataStore
Get items count in collection
count(callback, cachedCallback) - Method in class com.kinvey.android.store.DataStore
Get items count in collection
create(group, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to create a user group
create(entities, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to create an list of entities to a collection.
create(entity, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to create an entity to a collection.
Create(user, client, callback) - Constructor for class com.kinvey.android.store.UserStore.Create
 
CreateListBatchRequest(store, entities, callback) - Constructor for class com.kinvey.android.store.DataStore.CreateListBatchRequest
 
createRealmTable(realm) - Method in class com.kinvey.android.cache.RealmCache
 
createRegisterPushRequest(pushRegistration) - Method in class com.kinvey.android.push.AbstractPush
 
createScheme(name, realm, clazz) - Static method in class com.kinvey.android.cache.ClassHash
 
createShortName(originalName, realm) - Static method in class com.kinvey.android.cache.TableNameManager
 
createSocket() - Method in class com.kinvey.android.KinveySocketFactory
 
createSocket(s, host, port, autoClose) - Method in class com.kinvey.android.KinveySocketFactory
 
createSocket(host, port) - Method in class com.kinvey.android.KinveySocketFactory
 
createSocket(host, port, localHost, localPort) - Method in class com.kinvey.android.KinveySocketFactory
 
createSocket(host, port) - Method in class com.kinvey.android.KinveySocketFactory
 
createSocket(address, port, localAddress, localPort) - Method in class com.kinvey.android.KinveySocketFactory
 
createUnregisterPushRequest(pushRegistration) - Method in class com.kinvey.android.push.AbstractPush
 
credential - Variable in class com.kinvey.android.store.UserStore.Login
 
customEndpoints() - Method in class com.kinvey.android.Client
Deprecated. 
customEndpoints(myClass) - Method in class com.kinvey.android.Client
Custom Endpoints factory method

D

DataStore<T extends GenericJson> - Class in com.kinvey.android.store
Wraps the BaseDataStore public methods in asynchronous functionality using native Android AsyncTask.
DataStore(collectionName, myClass, isDeltaSetCachingEnabled, client, storeType) - Constructor for class com.kinvey.android.store.DataStore
Constructor to instantiate the DataStore class.
DataStore(collectionName, myClass, client, storeType, networkManager) - Constructor for class com.kinvey.android.store.DataStore
Constructor to instantiate the DataStore class.
DataStore.Companion - Class in com.kinvey.android.store
 
DataStore.CreateListBatchRequest<T extends GenericJson> - Class in com.kinvey.android.store
 
DataStore.SaveListBatchRequest<T extends GenericJson> - Class in com.kinvey.android.store
 
DataStore.SaveListRequest<T extends GenericJson> - Class in com.kinvey.android.store
 
DataStore.SaveRequest<T extends GenericJson> - Class in com.kinvey.android.store
 
debug(message) - Method in class com.kinvey.android.AndroidLogger
Delegate an info message to Log.d
delete(userId) - Method in class com.kinvey.android.AndroidCredentialStore
{@inheritDoc}
delete(groupID, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to delete a user group
delete(query) - Method in class com.kinvey.android.cache.RealmCache
 
delete(ids) - Method in class com.kinvey.android.cache.RealmCache
 
delete(id) - Method in class com.kinvey.android.cache.RealmCache
 
delete(userId) - Method in class com.kinvey.android.SharedPrefCredentialStore
 
delete(entityID, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to delete an entity to a collection.
delete(entityIDs, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to delete an entities from a collection.
delete(query, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to delete a collection of entities from a collection by Query.
Delete(hardDelete, client, callback) - Constructor for class com.kinvey.android.store.UserStore.Delete
 
deleteClassData(collection, realm, clazz, id) - Static method in class com.kinvey.android.cache.ClassHash
Cascade delete items by id
destroy(isHard, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to destroy user from kinvey backend.
destroy(isHard, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to destroy user from kinvey backend.
disablePush() - Method in class com.kinvey.android.push.AbstractPush
 
disablePush() - Method in class com.kinvey.android.push.FCMPush
Unregisters the current user with FCM
disablePushViaRest(callback, deviceID) - Method in class com.kinvey.android.push.AbstractPush
Async wrapper for disabling push notifications for the current user
disablePushViaRest(callback, deviceID) - Method in class com.kinvey.android.push.FCMPush
Async wrapper for disabling push notifications for the current user
download(metadata, os, progressListener, cachedClientCallback) - Method in class com.kinvey.android.store.FileStore
 
download(metadata, os, progressListener, cachedOs, cachedClientCallback) - Method in class com.kinvey.android.store.FileStore
 
download(metadata, os, progressListener, cachedOs) - Method in class com.kinvey.android.store.FileStore
 
download(metadata, os, progressListener) - Method in class com.kinvey.android.store.FileStore
 

E

EmailVerification(client, callback) - Constructor for class com.kinvey.android.store.UserStore.EmailVerification
 
enableFCM(fcmEnabled) - Method in class com.kinvey.android.Client.Builder
Builder method to enable FCM for the client
enablePushViaRest(callback, deviceID) - Method in class com.kinvey.android.push.AbstractPush
Async wrapper for enabling push notification for the current user
enablePushViaRest(callback, deviceID) - Method in class com.kinvey.android.push.FCMPush
Async wrapper for enabling push notification for the current user
error(message) - Method in class com.kinvey.android.AndroidLogger
Delegate an info message to Log.e
execute() - Method in class com.kinvey.android.AsyncClientRequest
 
executeAsync() - Method in class com.kinvey.android.async.AsyncBatchPushRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.async.AsyncCreateRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.async.AsyncDownloadRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.async.AsyncPullRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.async.AsyncPushRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.async.AsyncRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.async.AsyncUploadRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.AsyncClientRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.AsyncCustomEndpoints.AsyncCommand
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.AsyncCustomEndpoints.AsyncCommandArray
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.Builder.Build
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.model.User.RegisterLiveService
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.model.User.UnregisterLiveService
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.model.User.Update
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.GetEntity
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Save
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.DataStore.CreateListBatchRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.DataStore.SaveListBatchRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.DataStore.SaveListRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.DataStore.SaveRequest
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.ChangePassword
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.Create
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.Delete
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.EmailVerification
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.ExistsUser
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.ForgotUsername
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.GetUser
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.Login
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.LoginKinveyAuth
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.Logout
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.PostForAccessToken
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.PostForOAuthToken
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.ResetPassword
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.Retrieve
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.RetrieveMetaData
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.RetrieveUserArray
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.RetrieveUserList
This method will be executed Asynchronously.
executeAsync() - Method in class com.kinvey.android.store.UserStore.Update
This method will be executed Asynchronously.
exists(username, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
 
exists(username, client, callback) - Static method in class com.kinvey.android.store.UserStore
 
ExistsUser(username, client, callback) - Constructor for class com.kinvey.android.store.UserStore.ExistsUser
 

F

FCMPush - Class in com.kinvey.android.push
This functionality can be accessed through the Client.push ()} convenience method.
FCMPush(client, inProduction, senderIDs) - Constructor for class com.kinvey.android.push.FCMPush
This functionality can be accessed through the Client.push ()} convenience method.
FCMPush.Companion - Class in com.kinvey.android.push
 
FCMPush.PushConfig - Class in com.kinvey.android.push
This class is used to maintain metadata about the current GCM push configuration in the User collection.
FCMPush.PushConfigField - Class in com.kinvey.android.push
Manages ids and notificationKeys for PushConfig
FileStore - Class in com.kinvey.android.store
Created by Prots on 2/22/16.
FileStore(networkFileManager, cacheManager, ttl, storeType, cacheFolder) - Constructor for class com.kinvey.android.store.FileStore
Created by Prots on 2/22/16.
FileStore.Companion - Class in com.kinvey.android.store
 
find(entityID, callback, cachedCallback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch a single Entity by ID with additional callback with data from cache.
find(entityID, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch a single Entity by ID with additional callback with data from cache.
find(ids, callback, cachedCallback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch an list of Entities using an list of _ids.
find(ids, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch an list of Entities using an list of _ids.
find(query, callback, cachedCallback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch an list of Entities using a Query object.
find(query, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch an list of Entities using a Query object.
find(callback, cachedCallback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch an list of all Entities in a collection.
find(callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch an list of all Entities in a collection.
find(q, metaCallback, cachedClientCallback) - Method in class com.kinvey.android.store.FileStore
 
find(q, metaCallback) - Method in class com.kinvey.android.store.FileStore
 
findWithCount(query, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to fetch an list of Entities using a Query object with getting count of all items in collection.
forgotUsername(client, email, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to forgot username.
forgotUsername(client, email, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to forgot username.
ForgotUsername(client, email, callback) - Constructor for class com.kinvey.android.store.UserStore.ForgotUsername
 

G

get(query) - Method in class com.kinvey.android.cache.RealmCache
 
get(ids) - Method in class com.kinvey.android.cache.RealmCache
 
get(id) - Method in class com.kinvey.android.cache.RealmCache
 
get() - Method in class com.kinvey.android.cache.RealmCache
 
get(query, callback, download, storeType) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager
Method to get an entity or entities and download ALL associated Linked Resources.
get(query, callback, download, resolves, resolve_depth, retain, storeType) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager
Method to get an entity or entities and download ALL associated Linked Resources.
get(callback, download, storeType) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager
Method to get an entity or entities and download ALL associated Linked Resources.
Get(networkManager, query, callback, progress, attachments, resolves, resolve_depth, retain, storeType) - Constructor for class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
get(userId, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
 
get(userId, client, callback) - Static method in class com.kinvey.android.store.UserStore
 
getACCESS_TOKEN() - Method in class com.kinvey.android.store.UserStore.Companion
 
getAccessSecret() - Method in class com.kinvey.android.store.UserStore.Login
 
getAccessToken() - Method in class com.kinvey.android.store.UserStore.Login
 
getActiveUser() - Method in class com.kinvey.android.Client
 
getAndroidPropertyFile() - Method in class com.kinvey.android.Builder.Companion
The default kinvey settings filename assets/kinvey.properties
getArgs() - Method in class com.kinvey.android.async.AsyncRequest
 
getAttachments() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
getAttachments() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.GetEntity
 
getAttachments() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Save
 
getAuthToken() - Method in class com.kinvey.android.store.UserStore.LoginKinveyAuth
 
getBatchRate() - Method in class com.kinvey.android.Client
 
getBatchSize() - Method in class com.kinvey.android.Client
 
getCache(collection, collectionItemClass, ttl) - Method in class com.kinvey.android.cache.RealmCacheManager
 
getCacheManager() - Method in class com.kinvey.android.Client
 
getCallback() - Method in class com.kinvey.android.AsyncClientRequest
Get the callback for this request
getClassHash(clazz) - Static method in class com.kinvey.android.cache.ClassHash
 
getClient() - Method in class com.kinvey.android.cache.RealmCacheManager
 
getClient() - Method in class com.kinvey.android.push.AbstractPush
 
getClient() - Method in class com.kinvey.android.store.UserStore.ChangePassword
 
getClient() - Method in class com.kinvey.android.store.UserStore.Create
 
getClient() - Method in class com.kinvey.android.store.UserStore.Delete
 
getClient() - Method in class com.kinvey.android.store.UserStore.EmailVerification
 
getClient() - Method in class com.kinvey.android.store.UserStore.ExistsUser
 
getClient() - Method in class com.kinvey.android.store.UserStore.ForgotUsername
 
getClient() - Method in class com.kinvey.android.store.UserStore.GetUser
 
getClient() - Method in class com.kinvey.android.store.UserStore.Login
 
getClient() - Method in class com.kinvey.android.store.UserStore.LoginKinveyAuth
 
getClient() - Method in class com.kinvey.android.store.UserStore.Logout
 
getClient() - Method in class com.kinvey.android.store.UserStore.PostForAccessToken
 
getClient() - Method in class com.kinvey.android.store.UserStore.PostForOAuthToken
 
getClient() - Method in class com.kinvey.android.store.UserStore.ResetPassword
 
getClient() - Method in class com.kinvey.android.store.UserStore.Retrieve
 
getClient() - Method in class com.kinvey.android.store.UserStore.RetrieveMetaData
 
getClient() - Method in class com.kinvey.android.store.UserStore.RetrieveUserArray
 
getClient() - Method in class com.kinvey.android.store.UserStore.RetrieveUserList
 
getClient() - Method in class com.kinvey.android.store.UserStore.Update
 
getClientBuilder() - Method in class com.kinvey.android.Builder.Build
 
getClientId() - Method in class com.kinvey.android.store.UserStore.Login
 
getClientId() - Method in class com.kinvey.android.store.UserStore.PostForAccessToken
 
getClientId() - Method in class com.kinvey.android.store.UserStore.PostForOAuthToken
 
getClientUser() - Method in class com.kinvey.android.Client
 
getCollection() - Method in class com.kinvey.android.cache.RealmCache
 
getCollectionItemClass() - Method in class com.kinvey.android.cache.RealmCache
 
getConsumerKey() - Method in class com.kinvey.android.store.UserStore.Login
 
getConsumerSecret() - Method in class com.kinvey.android.store.UserStore.Login
 
getContext() - Method in class com.kinvey.android.Client
Get a reference to the Application Context used to create this instance of the Client
getCredential() - Method in class com.kinvey.android.store.UserStore.Login
 
getDefaultCipherSuites() - Method in class com.kinvey.android.KinveySocketFactory
 
getDeviceId() - Method in class com.kinvey.android.Client
 
getDeviceInfoHeader(context) - Method in class com.kinvey.android.UuidFactory
getDeviceInfoHeader
getDeviceInfoHeader(sdkVersion) - Method in class com.kinvey.android.UuidFactory
getDeviceInfoHeader
getDeviceUuid() - Method in class com.kinvey.android.UuidFactory
Constant uuid
getDynamicRealm() - Method in class com.kinvey.android.cache.RealmCacheManager
get Prepared DynamicRealm since realm object can not be shared between threads
getEmail() - Method in class com.kinvey.android.store.UserStore.ForgotUsername
 
getEndpoints() - Method in class com.kinvey.android.AsyncCustomEndpoints.AsyncCommand
 
getEndpoints() - Method in class com.kinvey.android.AsyncCustomEndpoints.AsyncCommandArray
 
getEntities() - Method in class com.kinvey.android.store.DataStore.CreateListBatchRequest
 
getEntities() - Method in class com.kinvey.android.store.DataStore.SaveListBatchRequest
 
getEntities() - Method in class com.kinvey.android.store.DataStore.SaveListRequest
 
getEntities() - Method in class com.kinvey.android.sync.KinveyPushBatchResponse
 
getEntity() - Method in class com.kinvey.android.async.AsyncCreateRequest
 
getEntity(entityID, callback, download, storeType) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager
Method to get an entity or entities and download a subset of associated Linked Resources.
GetEntity(networkManager, entityID, callback, progress, attachments, storeType) - Constructor for class com.kinvey.android.network.AsyncLinkedNetworkManager.GetEntity
 
getEntity() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Save
 
getEntity() - Method in class com.kinvey.android.store.DataStore.SaveRequest
 
getEntityID() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.GetEntity
 
getErrors() - Method in class com.kinvey.android.sync.KinveyPushBatchResponse
 
getFileCacheFolder() - Method in class com.kinvey.android.Client
 
getFileStore(storeType) - Method in class com.kinvey.android.Client
 
getFirst() - Method in class com.kinvey.android.cache.RealmCache
 
getFirst(q) - Method in class com.kinvey.android.cache.RealmCache
 
getGcm() - Method in class com.kinvey.android.push.FCMPush.PushConfig
 
getGcmDev() - Method in class com.kinvey.android.push.FCMPush.PushConfig
 
getHardDelete() - Method in class com.kinvey.android.store.UserStore.Delete
 
getHash() - Method in class com.kinvey.android.cache.RealmCache
 
getId() - Method in class com.kinvey.android.store.UserStore.Login
 
getIds() - Method in class com.kinvey.android.push.FCMPush.PushConfigField
 
getKEY_CLIENT_ID() - Method in class com.kinvey.android.ui.MICLoginActivity.Companion
 
getKEY_LOGIN_URL() - Method in class com.kinvey.android.ui.MICLoginActivity.Companion
 
getKinveyCallbackHandler() - Method in class com.kinvey.android.AsyncClientRequest
 
getKinveyHandlerThread() - Method in class com.kinvey.android.Client.Companion
 
getKinveyHandlerThread() - Static method in class com.kinvey.android.Client
 
getListener() - Method in class com.kinvey.android.async.AsyncDownloadRequest
 
getListener() - Method in class com.kinvey.android.async.AsyncUploadRequest
 
getMICAccessToken(token, clientId, client) - Method in class com.kinvey.android.store.UserStore.Companion
Posts for a MIC login Access token
getMICAccessToken(token, client) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
getMimeType(meta, stream) - Method in class com.kinvey.android.AndroidMimeTypeFinder
Calculate MimeType from an InputStream
getMimeType(meta, file) - Method in class com.kinvey.android.AndroidMimeTypeFinder
Calculate MimeType from a File object
getMimeType(metaData) - Method in class com.kinvey.android.AndroidMimeTypeFinder
Calculate MimeType from a file name
getMMethod() - Method in class com.kinvey.android.async.AsyncRequest
 
getNetworkManager() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
getNetworkManager() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.GetEntity
 
getNetworkManager() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Save
 
getNotificationKey() - Method in class com.kinvey.android.push.FCMPush.PushConfigField
 
getNumberThreadPool() - Method in class com.kinvey.android.Client
 
getOptions() - Method in class com.kinvey.android.JSONPARSER.Companion
 
getOptions() - Static method in enum com.kinvey.android.AndroidJson.JSONPARSER
 
getOriginalName(shortName, realm) - Static method in class com.kinvey.android.cache.TableNameManager
 
getPassword() - Method in class com.kinvey.android.store.UserStore.ChangePassword
 
getPassword() - Method in class com.kinvey.android.store.UserStore.Login
 
getPassword() - Method in class com.kinvey.android.store.UserStore.PostForOAuthToken
 
getProgress() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
getProgress() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.GetEntity
 
getProgress() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Save
 
getPushCallback() - Method in class com.kinvey.android.async.AsyncBatchPushRequest
 
getPushCallback() - Method in class com.kinvey.android.async.AsyncPushRequest
 
getPushId() - Method in class com.kinvey.android.push.AbstractPush
 
getPushId() - Method in class com.kinvey.android.push.FCMPush
Get the InstanceID from FCM for the Client's current application context.
getPushServiceClass() - Method in class com.kinvey.android.Client
 
getPushServiceClass() - Method in class com.kinvey.android.push.AbstractPush
 
getQuery() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
getQuery() - Method in class com.kinvey.android.store.UserStore.RetrieveUserArray
 
getQuery() - Method in class com.kinvey.android.store.UserStore.RetrieveUserList
 
getRedirectURI() - Method in class com.kinvey.android.store.UserStore.PostForAccessToken
 
getRedirectURI() - Method in class com.kinvey.android.store.UserStore.PostForOAuthToken
 
getREFRESH_TOKEN() - Method in class com.kinvey.android.store.UserStore.Companion
 
getRefreshToken() - Method in class com.kinvey.android.store.UserStore.Login
 
getResolve_depth() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
getResolves() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
getResolves() - Method in class com.kinvey.android.store.UserStore.Retrieve
 
getResolves() - Method in class com.kinvey.android.store.UserStore.RetrieveUserArray
 
getResolves() - Method in class com.kinvey.android.store.UserStore.RetrieveUserList
 
getRetain() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
getScope() - Method in class com.kinvey.android.async.AsyncRequest
 
getSenderIDs() - Method in class com.kinvey.android.push.AbstractPush
 
getSenderIDs() - Method in class com.kinvey.android.push.FCMPush
Get a list of all sender IDs as an array
getShortName(originalName, realm) - Static method in class com.kinvey.android.cache.TableNameManager
 
getStore() - Method in class com.kinvey.android.async.AsyncCreateRequest
 
getStore() - Method in class com.kinvey.android.store.DataStore.CreateListBatchRequest
 
getStore() - Method in class com.kinvey.android.store.DataStore.SaveListBatchRequest
 
getStore() - Method in class com.kinvey.android.store.DataStore.SaveListRequest
 
getStore() - Method in class com.kinvey.android.store.DataStore.SaveRequest
 
getStoreType() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
getStoreType() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.GetEntity
 
getStoreType() - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Save
 
getSuccessCount() - Method in class com.kinvey.android.sync.KinveyPushResponse
 
getSupportedCipherSuites() - Method in class com.kinvey.android.KinveySocketFactory
 
getSyncCacheManager() - Method in class com.kinvey.android.Client
 
getSyncRate() - Method in class com.kinvey.android.Client
How long, in milliseconds, should offline wait before retrying a failed request
getToken() - Method in class com.kinvey.android.store.UserStore.PostForAccessToken
 
getTtl() - Method in class com.kinvey.android.cache.RealmCache
 
getType(clazz) - Method in class com.kinvey.android.cache.Types.Companion
 
getType() - Method in class com.kinvey.android.store.UserStore.Login
 
getUser() - Method in class com.kinvey.android.AndroidUserStore
 
getUser() - Method in class com.kinvey.android.Client
 
GetUser(userId, client, callback) - Constructor for class com.kinvey.android.store.UserStore.GetUser
 
getUserCacheManager() - Method in class com.kinvey.android.Client
 
getUserId() - Method in class com.kinvey.android.store.UserStore.GetUser
 
getUserID() - Method in class com.kinvey.android.store.UserStore.LoginKinveyAuth
 
getUsername() - Method in class com.kinvey.android.store.UserStore.ExistsUser
 
getUsername() - Method in class com.kinvey.android.store.UserStore.Login
 
getUsername() - Method in class com.kinvey.android.store.UserStore.PostForOAuthToken
 
getUsernameOrEmail() - Method in class com.kinvey.android.store.UserStore.ResetPassword
 
getUserStore(context) - Method in class com.kinvey.android.AndroidUserStore.Companion
 
getUserStore(context) - Static method in class com.kinvey.android.AndroidUserStore
 
group(aggregateType, fields, reduceField, q) - Method in class com.kinvey.android.cache.RealmCache
 
group(aggregateType, fields, reduceField, query, callback, cachedCallback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to collect all entities with the same value for fields, and then apply a reduce function (such as count or average) on all those items.

I

id - Variable in class com.kinvey.android.store.UserStore.Login
 
info(message) - Method in class com.kinvey.android.AndroidLogger
Delegate an info message to Log.i
initialize(currentApp) - Method in class com.kinvey.android.push.AbstractPush
 
initialize(currentApp) - Method in class com.kinvey.android.push.FCMPush
Initialize FCM by registering the current user with both FCM as well as your backend at Kinvey.
initUserFromCredentialStore(client) - Method in class com.kinvey.android.Client.Builder
 
INSTANCE - Static variable in class com.kinvey.android.cache.ClassHash
Created by Prots on 1/27/16.
INSTANCE - Static variable in class com.kinvey.android.cache.QueryHelper
Created by Prots on 2/1/16.
INSTANCE - Static variable in class com.kinvey.android.cache.TableNameManager
Created by yuliya on 10/12/17.
isAddCount() - Method in class com.kinvey.android.cache.RealmCache
 
isAllowed(f) - Method in class com.kinvey.android.cache.ClassHash
 
isArrayOrCollection(clazz) - Static method in class com.kinvey.android.cache.ClassHash
 
isCancelled() - Method in interface com.kinvey.android.callback.AsyncDownloaderProgressListener
 
isCancelled() - Method in interface com.kinvey.android.callback.AsyncUploaderProgressListener
 
isClientRequestMultithreading() - Method in class com.kinvey.android.Client
 
isDeltaSetCache() - Method in class com.kinvey.android.Client.Builder
Get setting value of delta set caching
isInProduction() - Method in class com.kinvey.android.push.AbstractPush
 
isInProduction() - Method in class com.kinvey.android.push.FCMPush
Is FCM Push configured for production or a dev environment?
isOnline() - Method in class com.kinvey.android.network.AndroidNetworkManager
Method to check if the current runtime environment has an active connection to the internet, this implementation is tightly coupled with the Android Operating System
isPushEnabled() - Method in class com.kinvey.android.push.AbstractPush
 
isPushEnabled() - Method in class com.kinvey.android.push.FCMPush
Check to see if the current user is registered for FCM. This checks both with FCM directly as well as with a Kinvey backend.

J

JSONPARSER() - Constructor for enum com.kinvey.android.AndroidJson.JSONPARSER
 
JSONPARSER.Companion - Class in com.kinvey.android
 

K

KinveyCallbackHandler<T> - Class in com.kinvey.android
 
KinveyCallbackHandler() - Constructor for class com.kinvey.android.KinveyCallbackHandler
 
KinveyClientBuilderCallback - Interface in com.kinvey.android.callback
This class provides callbacks for an creation of the client.
KinveyCountCallback - Interface in com.kinvey.android.callback
 
KinveyDeleteCallback - Interface in com.kinvey.android.callback
Use this for async callbacks when deleting entities
KinveyFCMService - Class in com.kinvey.android.push
Firebase Messaging Service responsible for handling FCM messages.
KinveyFCMService() - Constructor for class com.kinvey.android.push.KinveyFCMService
Firebase Messaging Service responsible for handling FCM messages.
KinveyFCMService.Companion - Class in com.kinvey.android.push
 
KinveyHandlerThread - Class in com.kinvey.android
 
KinveyHandlerThread(name, priority) - Constructor for class com.kinvey.android.KinveyHandlerThread
 
KinveyHandlerThread(name) - Constructor for class com.kinvey.android.KinveyHandlerThread
 
KinveyHeaders - Class in com.kinvey.android
Standard Kinvey specific headers are added to all requests.
KinveyHeaders(context) - Constructor for class com.kinvey.android.KinveyHeaders
Standard Kinvey specific headers are added to all requests.
KinveyListCallback<T> - Interface in com.kinvey.android.callback
 
KinveyLiveServiceCallbackHandler<T> - Class in com.kinvey.android
 
KinveyLiveServiceCallbackHandler() - Constructor for class com.kinvey.android.KinveyLiveServiceCallbackHandler
 
KinveyMICCallback<T extends User> - Interface in com.kinvey.android.callback
This Callback implementation provides the onReadyToRender method, which is called when the login page URL is ready to be displayed to the end user.
KinveyPingCallback - Interface in com.kinvey.android.callback
This class provides callbacks for an asynchronous Ping
KinveyPullCallback - Interface in com.kinvey.android.sync
This class provides callbacks from requests executed by the Sync API.
KinveyPurgeCallback - Interface in com.kinvey.android.callback
Created by Prots on 3/16/16.
KinveyPushBatchResponse - Class in com.kinvey.android.sync
 
KinveyPushBatchResponse() - Constructor for class com.kinvey.android.sync.KinveyPushBatchResponse
 
KinveyPushCallback - Interface in com.kinvey.android.sync
This class provides callbacks from requests executed by the Sync API.
KinveyPushResponse - Class in com.kinvey.android.sync
 
KinveyPushResponse() - Constructor for class com.kinvey.android.sync.KinveyPushResponse
 
KinveyReadCallback<T> - Interface in com.kinvey.android.callback
Use this for async callbacks when retrieving multiple entities
KinveySocketFactory - Class in com.kinvey.android
 
KinveySocketFactory() - Constructor for class com.kinvey.android.KinveySocketFactory
 
KinveySocketFactory.Companion - Class in com.kinvey.android
 
KinveySyncCallback - Interface in com.kinvey.android.sync
This class provides callbacks from requests executed by the Sync API.
KinveyUserCallback<T extends User> - Interface in com.kinvey.android.callback
This callback is typed for a UserStoreRequestManager object, use it for operations on Users.
KinveyUserDeleteCallback - Interface in com.kinvey.android.callback
This class provides callbacks for an asynchronous Deletion of a User
KinveyUserListCallback - Interface in com.kinvey.android.callback
This callback is typed for an array of class User objects, use it for bulk operations on the User collection..
KinveyUserManagementCallback - Interface in com.kinvey.android.callback
This callback is used for User Management operations, such as sending emails or password reset forms.

L

LinkedDataStore<T extends LinkedGenericJson> - Class in com.kinvey.android.store
Created by Prots on 3/10/16.
LinkedDataStore(client, collection, itemType, storeType) - Constructor for class com.kinvey.android.store.LinkedDataStore
Created by Prots on 3/10/16.
load(userId) - Method in class com.kinvey.android.AndroidCredentialStore
{@inheritDoc}
load(userId) - Method in class com.kinvey.android.SharedPrefCredentialStore
 
login(client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to login the implicit user.
login(userId, password, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to login with the existing user.
login(credential, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to login with kinvey Credential object.
login(client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to login the implicit user.
login(userId, password, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to login with the existing user.
login(credential, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to login with kinvey Credential object.
Login(client, callback) - Constructor for class com.kinvey.android.store.UserStore.Login
 
Login(username, password, client, callback) - Constructor for class com.kinvey.android.store.UserStore.Login
 
Login(accessToken, type, client, callback) - Constructor for class com.kinvey.android.store.UserStore.Login
 
Login(accessToken, refreshToken, type, client, callback) - Constructor for class com.kinvey.android.store.UserStore.Login
 
Login(accessToken, accessSecret, consumerKey, consumerSecret, client, type, callback) - Constructor for class com.kinvey.android.store.UserStore.Login
 
Login(accessToken, clientId, refresh, id, client, callback) - Constructor for class com.kinvey.android.store.UserStore.Login
 
Login(credential, client, callback) - Constructor for class com.kinvey.android.store.UserStore.Login
 
loginAuthLink(accessToken, refreshToken, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to login with login link.
loginAuthLink(accessToken, refreshToken, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to login with login link.
loginFacebook(accessToken, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginFacebook(accessToken, client, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
loginGoogle(accessToken, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginGoogle(accessToken, client, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
LoginKinveyAuth(userID, authToken, client, callback) - Constructor for class com.kinvey.android.store.UserStore.LoginKinveyAuth
 
loginKinveyAuthToken(userId, authToken, client, callback) - Method in class com.kinvey.android.store.UserStore
Deprecated. 
loginLinkedIn(accessToken, accessSecret, consumerKey, consumerSecret, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginLinkedIn(accessToken, accessSecret, consumerKey, consumerSecret, client, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
loginMobileIdentity(accessToken, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to login with the MobileIdentity accessToken.
loginMobileIdentity(accessToken, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to login with the MobileIdentity accessToken.
loginSalesForce(accessToken, client_id, refreshToken, id, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginSalesForce(accessToken, client_id, refreshToken, id, client, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
loginTwitter(accessToken, accessSecret, consumerKey, consumerSecret, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginTwitter(accessToken, accessSecret, consumerKey, consumerSecret, client, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
loginWithAuthorizationCodeAPI(client, username, password, redirectURI, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginWithAuthorizationCodeAPI(client, username, password, clientId, redirectURI, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginWithAuthorizationCodeAPI(client, username, password, redirectURI, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
loginWithAuthorizationCodeAPI(client, username, password, clientId, redirectURI, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
loginWithAuthorizationCodeLoginPage(client, redirectURI, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginWithAuthorizationCodeLoginPage(client, clientId, redirectURI, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginWithAuthorizationCodeLoginPage(client, redirectURI, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
loginWithAuthorizationCodeLoginPage(client, clientId, redirectURI, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
loginWithMIC(client, clientId, redirectURI, callback) - Method in class com.kinvey.android.store.UserStore.Companion
 
loginWithMIC(client, username, password, clientId, callback) - Method in class com.kinvey.android.store.UserStore.Companion
 
loginWithMIC(client, username, password, clientId, redirectURI, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
loginWithMIC(client, clientId, redirectURI, callback) - Static method in class com.kinvey.android.store.UserStore
 
loginWithMIC(client, username, password, clientId, callback) - Static method in class com.kinvey.android.store.UserStore
 
loginWithMIC(client, username, password, clientId, redirectURI, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
logout(client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Synchronous request to logout.
logout(client, callback) - Static method in class com.kinvey.android.store.UserStore
Synchronous request to logout.
Logout(client, callback) - Constructor for class com.kinvey.android.store.UserStore.Logout
 
lookup(userlookup, callback) - Method in class com.kinvey.android.AsyncUserDiscovery
Asynchronous user lookup method
lookupByFacebookID(facebookID, callback) - Method in class com.kinvey.android.AsyncUserDiscovery
Asynchronous user lookup by Facebook ID
lookupByFullName(firstname, lastname, callback) - Method in class com.kinvey.android.AsyncUserDiscovery
Asynchronous user lookup by first and last name
lookupByUserName(username, callback) - Method in class com.kinvey.android.AsyncUserDiscovery
Asynchronous user lookup by username

M

MESSAGE_FROM_FCM - Static variable in class com.kinvey.android.push.KinveyFCMService
 
MICLoginActivity - Class in com.kinvey.android.ui
 
MICLoginActivity() - Constructor for class com.kinvey.android.ui.MICLoginActivity
 
MICLoginActivity.Companion - Class in com.kinvey.android.ui
 
migration(name, realm, clazz) - Static method in class com.kinvey.android.cache.ClassHash
Migrate from old table name to new table name
migration(realm) - Method in class com.kinvey.android.cache.RealmCache
Migrate from old table name to new table name

N

newCompatibleJsonFactory(parser) - Method in class com.kinvey.android.AndroidJson.Companion
Returns a new json factory instance that is compatible with Android SDKs prior to Honeycomb.
notify(obj) - Method in class com.kinvey.android.AsyncClientRequest
 

O

onCancel(callback) - Method in class com.kinvey.android.KinveyCallbackHandler
 
onCancelled() - Method in interface com.kinvey.android.callback.AsyncDownloaderProgressListener
 
onCancelled() - Method in interface com.kinvey.android.callback.AsyncUploaderProgressListener
 
onCreate(savedInstance) - Method in class com.kinvey.android.ui.MICLoginActivity
 
onError(exception, callback) - Method in class com.kinvey.android.KinveyLiveServiceCallbackHandler
 
onFailure(error) - Method in interface com.kinvey.android.callback.AsyncDownloaderProgressListener
 
onFailure(error) - Method in interface com.kinvey.android.callback.AsyncUploaderProgressListener
 
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyClientBuilderCallback
 
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyCountCallback
Used to indicate the failed execution of a request by the background service.
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyDeleteCallback
Used to indicate the failed execution of a request by the background service.
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyListCallback
 
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyPingCallback
 
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyReadCallback
 
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyUserCallback
 
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyUserDeleteCallback
 
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyUserListCallback
Method invoked after a failed request against a set of Users
onFailure(error) - Method in interface com.kinvey.android.callback.KinveyUserManagementCallback
Method invoked when a user operation fails to complete.
onFailure(error, callback) - Method in class com.kinvey.android.KinveyCallbackHandler
 
onFailure(error) - Method in interface com.kinvey.android.sync.KinveyPullCallback
Used to indicate the failed execution of a request by the background service.
onFailure(error) - Method in interface com.kinvey.android.sync.KinveyPushCallback
Used to indicate the failed execution of a request by the background service.
onFailure(t) - Method in interface com.kinvey.android.sync.KinveySyncCallback
Used to indicate the failed execution of a request by the background service.
onLooperPrepared() - Method in class com.kinvey.android.KinveyHandlerThread
 
onMessage(r) - Method in class com.kinvey.android.push.KinveyFCMService
 
onMessageReceived(remoteMessage) - Method in class com.kinvey.android.push.KinveyFCMService
Called when message is received.
onNewIntent(intent) - Method in class com.kinvey.android.ui.MICLoginActivity
 
onNewToken(token) - Method in class com.kinvey.android.push.KinveyFCMService
Persist token to third-party servers.
onNext(t, callback) - Method in class com.kinvey.android.KinveyLiveServiceCallbackHandler
 
onOAuthCallbackReceived(intent, clientId, client) - Method in class com.kinvey.android.store.UserStore.Companion
Used by the MIC login flow, this method should be called after a successful login in the onNewIntent Method of your activity. See the MIC guide for more information.
onOAuthCallbackReceived(intent, clientId, client) - Static method in class com.kinvey.android.store.UserStore
Used by the MIC login flow, this method should be called after a successful login in the onNewIntent Method of your activity. See the MIC guide for more information.
onOAuthCallbackRecieved(intent, client) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
onProgress(current, all) - Method in interface com.kinvey.android.sync.KinveyPushCallback
 
onPullStarted() - Method in interface com.kinvey.android.sync.KinveySyncCallback
Used to indicate start of pull request by background service
onPullSuccess(kinveyPullResponse) - Method in interface com.kinvey.android.sync.KinveySyncCallback
Used to indicate successful execution of pull request by background service
onPushStarted() - Method in interface com.kinvey.android.sync.KinveySyncCallback
Used to indicate start of push request by background service
onPushSuccess(kinveyPushResponse) - Method in interface com.kinvey.android.sync.KinveySyncCallback
Used to indicate successful execution of push request by background service
onReadyToRender(myURLToRender) - Method in interface com.kinvey.android.callback.KinveyMICCallback
 
onResult(t, callback) - Method in class com.kinvey.android.KinveyCallbackHandler
 
onStatus(status, callback) - Method in class com.kinvey.android.KinveyLiveServiceCallbackHandler
 
onSuccess(result) - Method in interface com.kinvey.android.callback.AsyncDownloaderProgressListener
 
onSuccess(result) - Method in interface com.kinvey.android.callback.AsyncUploaderProgressListener
 
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyClientBuilderCallback
 
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyCountCallback
Used to indicate successful execution of a request by the background service.
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyDeleteCallback
Used to indicate successful execution of a request by the background service.
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyListCallback
 
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyPingCallback
 
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyReadCallback
 
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyUserCallback
 
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyUserDeleteCallback
 
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyUserListCallback
Method invoked after a successful request against a set of Users
onSuccess(result) - Method in interface com.kinvey.android.callback.KinveyUserManagementCallback
Method invoked when a user operation completes.
onSuccess(result) - Method in interface com.kinvey.android.sync.KinveyPullCallback
Used to indicate successful execution of a request by the background service.
onSuccess(result) - Method in interface com.kinvey.android.sync.KinveyPushCallback
Used to indicate successful execution of a request by the background service.
onSuccess(kinveyPushResponse, kinveyPullResponse) - Method in interface com.kinvey.android.sync.KinveySyncCallback
 

P

password - Variable in class com.kinvey.android.store.UserStore.Login
 
performLockDown() - Method in class com.kinvey.android.Client
 
ping(callback) - Method in class com.kinvey.android.Client
Asynchronous Ping service method
PostForAccessToken(client, redirectURI, token, clientId, callback) - Constructor for class com.kinvey.android.store.UserStore.PostForAccessToken
 
PostForOAuthToken(client, clientId, redirectURI, username, password, callback) - Constructor for class com.kinvey.android.store.UserStore.PostForOAuthToken
 
postTask(task) - Method in class com.kinvey.android.KinveyHandlerThread
 
PREF_REG_ID - Static variable in class com.kinvey.android.push.FCMPush
 
PREFS_DEVICE_ID - Static variable in class com.kinvey.android.UuidFactory
Constant PREFS_DEVICE_ID="device_id"
PREFS_FILE - Static variable in class com.kinvey.android.UuidFactory
Constant PREFS_FILE="device_id.xml"
prepareRealmQuery(realmQuery, queryMap, isIgnoreIn) - Static method in class com.kinvey.android.cache.QueryHelper
 
prepareRealmQuery(realmQuery, queryMap) - Static method in class com.kinvey.android.cache.QueryHelper
 
presentMICLoginActivity(client, redirectURI, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
presentMICLoginActivity(client, clientId, redirectURI, callback) - Method in class com.kinvey.android.store.UserStore.Companion
 
progressChanged(uploader) - Method in interface com.kinvey.android.callback.AsyncDownloaderProgressListener
 
progressChanged(uploader) - Method in interface com.kinvey.android.callback.AsyncUploaderProgressListener
 
pull(callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to pull a collection of entities from backend.
pull(query, isAutoPagination, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to pull a collection of entities from backend using auto-pagination.
pull(pageSize, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to pull a collection of entities from backend.
pull(isAutoPagination, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to pull a collection of entities from backend.
pull(query, pageSize, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to pull a collection of entities from backend using auto-pagination.
pull(query, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to pull a collection of entities from backend.
purge(callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to clear all the pending requests from the sync storage
purge(query, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to clear all the pending requests from the sync storage by query.
push(pushServiceClass) - Method in class com.kinvey.android.Client
Push factory method
push(callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to push a collection of entities to backend.
PushConfig() - Constructor for class com.kinvey.android.push.FCMPush.PushConfig
This class is used to maintain metadata about the current GCM push configuration in the User collection.
PushConfigField() - Constructor for class com.kinvey.android.push.FCMPush.PushConfigField
Manages ids and notificationKeys for PushConfig
PushRegistration() - Constructor for class com.kinvey.android.push.AbstractPush.PushRegistration
 
PushRegistration(deviceId) - Constructor for class com.kinvey.android.push.AbstractPush.PushRegistration
 

Q

query() - Method in class com.kinvey.android.store.DataStore
 
QueryHelper - Class in com.kinvey.android.cache
Created by Prots on 2/1/16.

R

RealmCache<T extends GenericJson> - Class in com.kinvey.android.cache
Created by Prots on 1/26/16.
RealmCache(collection, mCacheManager, collectionItemClass, ttl) - Constructor for class com.kinvey.android.cache.RealmCache
Created by Prots on 1/26/16.
RealmCache.Companion - Class in com.kinvey.android.cache
 
RealmCache.Types - Enum in com.kinvey.android.cache
 
RealmCacheManager - Class in com.kinvey.android.cache
Created by Prots on 1/26/16.
RealmCacheManager(encryptionKey, client) - Constructor for class com.kinvey.android.cache.RealmCacheManager
 
RealmCacheManager(encryptionKey, prefix, client) - Constructor for class com.kinvey.android.cache.RealmCacheManager
 
RealmCacheManager(client) - Constructor for class com.kinvey.android.cache.RealmCacheManager
 
RealmCacheManager(prefix, client) - Constructor for class com.kinvey.android.cache.RealmCacheManager
 
RealmCacheManager.Companion - Class in com.kinvey.android.cache
 
realmToObject(dynamic, objectClass) - Static method in class com.kinvey.android.cache.ClassHash
 
refresh(metadata, metaCallback, cachedClientCallback) - Method in class com.kinvey.android.store.FileStore
 
refresh(metadata, metaCallback) - Method in class com.kinvey.android.store.FileStore
 
refreshToken - Variable in class com.kinvey.android.store.UserStore.Login
 
REG_ID - Static variable in class com.kinvey.android.push.KinveyFCMService
 
REGISTER_PUSH_REST_PATH - Static variable in class com.kinvey.android.push.AbstractPush
 
registerLiveService(callback) - Method in class com.kinvey.android.model.User
 
RegisterLiveService(callback) - Constructor for class com.kinvey.android.model.User.RegisterLiveService
 
RegisterPush($outer) - Constructor for class com.kinvey.android.push.AbstractPush.RegisterPush
Request object for posting to the REST endpoint to register a user for push notifications
registerWithKinvey(fcmRegID, register) - Method in class com.kinvey.android.push.FCMPush
 
remove(metadata, callback) - Method in class com.kinvey.android.store.FileStore
 
removeShortName(originalName, realm) - Static method in class com.kinvey.android.cache.TableNameManager
 
resetPassword(usernameOrEmail, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
 
resetPassword(usernameOrEmail, client, callback) - Static method in class com.kinvey.android.store.UserStore
 
ResetPassword(usernameOrEmail, client, callback) - Constructor for class com.kinvey.android.store.UserStore.ResetPassword
 
retrieve(groupID, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to retrieve a user group
retrieve(client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous Call to Retrieve (refresh) the current user
retrieve(resolves, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous call to retrieve (refresh) the current user, and resolve KinveyReferences
retrieve(query, resolves, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous call to retrieve (refresh) the users by query, and resolve KinveyReferences
retrieve(q, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous Call to Retrieve users via a Query
retrieve(query, resolves, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Deprecated. 
retrieve(client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous Call to Retrieve (refresh) the current user
retrieve(resolves, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous call to retrieve (refresh) the current user, and resolve KinveyReferences
retrieve(query, resolves, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous call to retrieve (refresh) the users by query, and resolve KinveyReferences
retrieve(q, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous Call to Retrieve users via a Query
retrieve(query, resolves, client, callback) - Static method in class com.kinvey.android.store.UserStore
Deprecated. 
Retrieve(client, callback) - Constructor for class com.kinvey.android.store.UserStore.Retrieve
 
Retrieve(resolves, client, callback) - Constructor for class com.kinvey.android.store.UserStore.Retrieve
 
RetrieveMetaData(client, callback) - Constructor for class com.kinvey.android.store.UserStore.RetrieveMetaData
 
RetrieveUserArray(query, resolves, client, callback) - Constructor for class com.kinvey.android.store.UserStore.RetrieveUserArray
 
RetrieveUserList(query, client, callback) - Constructor for class com.kinvey.android.store.UserStore.RetrieveUserList
 
RetrieveUserList(query, resolves, client, callback) - Constructor for class com.kinvey.android.store.UserStore.RetrieveUserList
 
run() - Method in class com.kinvey.android.AsyncClientRequest
 

S

save(items) - Method in class com.kinvey.android.cache.RealmCache
 
save(item) - Method in class com.kinvey.android.cache.RealmCache
 
save(entity, callback, upload, storeType) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager
Save (create or update) an entity to a collection and upload ALL associated Linked Resources.
Save(networkManager, entity, callback, progress, attachments, storeType) - Constructor for class com.kinvey.android.network.AsyncLinkedNetworkManager.Save
 
save(entity, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to save or update an entity to a collection.
save(entities, callback) - Method in class com.kinvey.android.store.DataStore
Deprecated. 
save(client, callback) - Method in class com.kinvey.android.store.UserStore
Deprecated. 
saveData(name, realm, clazz, obj) - Static method in class com.kinvey.android.cache.ClassHash
 
SaveListBatchRequest(store, entities, callback) - Constructor for class com.kinvey.android.store.DataStore.SaveListBatchRequest
 
SaveListRequest(store, entities, callback) - Constructor for class com.kinvey.android.store.DataStore.SaveListRequest
 
SaveRequest(store, entity, callback) - Constructor for class com.kinvey.android.store.DataStore.SaveRequest
 
sendEmailConfirmation(client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to send email confirmation.
sendEmailConfirmation(client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to send email confirmation.
setAccessSecret(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setAccessToken(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setActiveUser(value) - Method in class com.kinvey.android.Client
 
setAddCount(p) - Method in class com.kinvey.android.cache.RealmCache
 
setArgs(p) - Method in class com.kinvey.android.async.AsyncRequest
 
setAttachments(p) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
setBaseUrl(baseUrl) - Method in class com.kinvey.android.Client.Builder
 
setCacheManager(p) - Method in class com.kinvey.android.Client
 
setCallback(p) - Method in class com.kinvey.android.AsyncClientRequest
Get the callback for this request
setCancelled(p) - Method in interface com.kinvey.android.callback.AsyncDownloaderProgressListener
 
setCancelled(p) - Method in interface com.kinvey.android.callback.AsyncUploaderProgressListener
 
setClient(p) - Method in class com.kinvey.android.cache.RealmCacheManager
 
setClient(p) - Method in class com.kinvey.android.push.AbstractPush
 
setClient(p) - Method in class com.kinvey.android.store.UserStore.ChangePassword
 
setClient(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setClient(p) - Method in class com.kinvey.android.store.UserStore.Update
 
setClientId(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setClientUser(p) - Method in class com.kinvey.android.Client
 
setConsumerKey(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setConsumerSecret(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setContext(p) - Method in class com.kinvey.android.Client
Get a reference to the Application Context used to create this instance of the Client
setCredential(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setCredentialStore(store) - Method in class com.kinvey.android.Client.Builder
Define how credentials will be stored
setDeltaSetCache(deltaSetCache) - Method in class com.kinvey.android.Client.Builder
Set the setting for delta set cache
setDeviceUuid(p) - Method in class com.kinvey.android.UuidFactory
Constant uuid
setEncryptionKey(encryptionKey) - Method in class com.kinvey.android.Client.Builder
 
setEntities(p) - Method in class com.kinvey.android.store.DataStore.CreateListBatchRequest
 
setEntities(p) - Method in class com.kinvey.android.store.DataStore.SaveListBatchRequest
 
setEntities(p) - Method in class com.kinvey.android.store.DataStore.SaveListRequest
 
setEntities(p) - Method in class com.kinvey.android.sync.KinveyPushBatchResponse
 
setEntity(p) - Method in class com.kinvey.android.async.AsyncCreateRequest
 
setEntity(p) - Method in class com.kinvey.android.store.DataStore.SaveRequest
 
setErrors(p) - Method in class com.kinvey.android.sync.KinveyPushBatchResponse
 
setFileCacheFolder(p) - Method in class com.kinvey.android.Client
 
setGcm(p) - Method in class com.kinvey.android.push.FCMPush.PushConfig
 
setGcmDev(p) - Method in class com.kinvey.android.push.FCMPush.PushConfig
 
setGcmInProduction(inProduction) - Method in class com.kinvey.android.Client.Builder
 
setHardDelete(p) - Method in class com.kinvey.android.store.UserStore.Delete
 
setHttpRequestInitializer(httpRequestInitializer) - Method in class com.kinvey.android.Client.Builder
 
setId(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setIds(p) - Method in class com.kinvey.android.push.FCMPush.PushConfigField
 
setInProduction(p) - Method in class com.kinvey.android.push.AbstractPush
 
setInProduction(p) - Method in class com.kinvey.android.push.FCMPush
Is FCM Push configured for production or a dev environment?
setInstanceID(instanceID) - Method in class com.kinvey.android.Client.Builder
 
setJsonFactory(factory) - Method in class com.kinvey.android.Client.Builder
 
setKinveyCallbackHandler(p) - Method in class com.kinvey.android.AsyncClientRequest
 
setKinveyHandlerThread(p) - Method in class com.kinvey.android.Client.Companion
 
setKinveyHandlerThread(p) - Static method in class com.kinvey.android.Client
 
setListener(p) - Method in class com.kinvey.android.async.AsyncDownloadRequest
 
setListener(p) - Method in class com.kinvey.android.async.AsyncUploadRequest
 
setMMethod(p) - Method in class com.kinvey.android.async.AsyncRequest
 
setNotificationKey(p) - Method in class com.kinvey.android.push.FCMPush.PushConfigField
 
setPassword(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setProgress(p) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
setPushServiceClass(p) - Method in class com.kinvey.android.Client
 
setPushServiceClass(p) - Method in class com.kinvey.android.push.AbstractPush
 
setQuery(p) - Method in class com.kinvey.android.store.UserStore.RetrieveUserArray
 
setQuery(p) - Method in class com.kinvey.android.store.UserStore.RetrieveUserList
 
setRefreshToken(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setRequestTimeout(requestTimeout) - Method in class com.kinvey.android.Client.Builder
 
setResolve_depth(p) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
setResolves(p) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
setResolves(p) - Method in class com.kinvey.android.store.UserStore.Retrieve
 
setResolves(p) - Method in class com.kinvey.android.store.UserStore.RetrieveUserArray
 
setResolves(p) - Method in class com.kinvey.android.store.UserStore.RetrieveUserList
 
setRetain(p) - Method in class com.kinvey.android.network.AsyncLinkedNetworkManager.Get
 
setRetrieveUserCallback(callback) - Method in class com.kinvey.android.Client.Builder
Sets a callback to be called after a client is intialized and BaseUser attributes is being retrieved.
setScope(p) - Method in class com.kinvey.android.async.AsyncRequest
 
setSenderIDs(senderID) - Method in class com.kinvey.android.Client.Builder
Builder method to set sender ID for FCM push
setSenderIDs(p) - Method in class com.kinvey.android.push.AbstractPush
 
setSenderIDs(p) - Method in class com.kinvey.android.push.FCMPush
Get a list of all sender IDs as an array
setSuccessCount(p) - Method in class com.kinvey.android.sync.KinveyPushResponse
 
setSyncCacheManager(p) - Method in class com.kinvey.android.Client
 
setTtl(value) - Method in class com.kinvey.android.cache.RealmCache
 
setType(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setUser(value) - Method in class com.kinvey.android.AndroidUserStore
 
setUser(p) - Method in class com.kinvey.android.Client
 
setUserCacheManager(p) - Method in class com.kinvey.android.Client
 
setUserClass(userClass) - Method in class com.kinvey.android.Client.Builder
 
setUserId(p) - Method in class com.kinvey.android.store.UserStore.GetUser
 
setUsername(p) - Method in class com.kinvey.android.store.UserStore.ExistsUser
 
setUsername(p) - Method in class com.kinvey.android.store.UserStore.Login
 
setUsernameOrEmail(p) - Method in class com.kinvey.android.store.UserStore.ResetPassword
 
SHARED_PREF - Static variable in class com.kinvey.android.push.FCMPush
 
sharedInstance() - Method in class com.kinvey.android.Client.Companion
 
sharedInstance() - Static method in class com.kinvey.android.Client
 
SharedPrefCredentialStore - Class in com.kinvey.android
Implementation of a com.kinvey.java.auth.CredentialStore utilizing a private instance of Android's Shared Preferences
SharedPrefCredentialStore(context) - Constructor for class com.kinvey.android.SharedPrefCredentialStore
Implementation of a com.kinvey.java.auth.CredentialStore utilizing a private instance of Android's Shared Preferences
SharedPrefCredentialStore.Companion - Class in com.kinvey.android
 
signUp(username, password, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
Asynchronous request to signUp.
signUp(username, password, user, client, callback) - Method in class com.kinvey.android.store.UserStore.Companion
 
signUp(username, password, client, callback) - Static method in class com.kinvey.android.store.UserStore
Asynchronous request to signUp.
signUp(username, password, user, client, callback) - Static method in class com.kinvey.android.store.UserStore
 
stopKinveyHandlerThread() - Method in class com.kinvey.android.Client
Terminates KinveyHandlerThread. Should be called if the Client instance is not used anymore to prevent from memory leaks. Currently this method is called from Instrumented tests, since each test has its own Client instance.
store(userId, credential) - Method in class com.kinvey.android.AndroidCredentialStore
{@inheritDoc}
store(userId, credential) - Method in class com.kinvey.android.SharedPrefCredentialStore
 
subscribe(storeLiveServiceCallback, callback) - Method in class com.kinvey.android.store.DataStore
Subscribe the specified callback.
sync(query, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to sync a collection of entities from a network collection by Query.
sync(query, isAutoPagination, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to sync a collection of entities from a network collection by Query.
sync(query, pageSize, callback) - Method in class com.kinvey.android.store.DataStore
Asynchronous request to sync a collection of entities from a network collection by Query.
sync(callback) - Method in class com.kinvey.android.store.DataStore
Alias for .sync where query equals null
sync(pageSize, callback) - Method in class com.kinvey.android.store.DataStore
Alias for .sync where query equals null
syncCount() - Method in class com.kinvey.android.store.DataStore
This methods gets a count of entities modified locally and pending a push to the backend

T

TableNameManager - Class in com.kinvey.android.cache
Created by yuliya on 10/12/17.
TAG - Static variable in class com.kinvey.android.Client
global TAG used in Android logging
TAG - Static variable in class com.kinvey.android.push.AbstractPush
 
TAG - Static variable in class com.kinvey.android.push.KinveyFCMService
 
trace(message) - Method in class com.kinvey.android.AndroidLogger
Delegate an info message to Log.v
TRIGGER - Static variable in class com.kinvey.android.push.KinveyFCMService
 
TTL - Static variable in class com.kinvey.android.cache.ClassHash
 
Types() - Constructor for enum com.kinvey.android.cache.RealmCache.Types
 
Types.Companion - Class in com.kinvey.android.cache
 

U

UNREGISTER_PUSH_REST_PATH - Static variable in class com.kinvey.android.push.AbstractPush
 
unregisterLiveService(callback) - Method in class com.kinvey.android.model.User
 
UnregisterLiveService(callback) - Constructor for class com.kinvey.android.model.User.UnregisterLiveService
 
UnregisterPush($outer) - Constructor for class com.kinvey.android.push.AbstractPush.UnregisterPush
Request object for posting to REST endpoint to unregister a user from push notifications
unsubscribe(callback) - Method in class com.kinvey.android.store.DataStore
Unsubscribe this instance.
update(group, callback) - Method in class com.kinvey.android.AsyncUserGroup
Asynchronous request to update a user group
update(callback) - Method in class com.kinvey.android.model.User
 
Update(callback) - Constructor for class com.kinvey.android.model.User.Update
 
Update(client, callback) - Constructor for class com.kinvey.android.store.UserStore.Update
 
upload(file, listener) - Method in class com.kinvey.android.store.FileStore
 
upload(file, metadata, listener) - Method in class com.kinvey.android.store.FileStore
 
upload(is, metadata, listener) - Method in class com.kinvey.android.store.FileStore
 
upload(filename, is, listener) - Method in class com.kinvey.android.store.FileStore
 
User - Class in com.kinvey.android.model
Created by yuliya on 06/07/17.
User() - Constructor for class com.kinvey.android.model.User
Created by yuliya on 06/07/17.
User.RegisterLiveService - Class in com.kinvey.android.model
 
User.UnregisterLiveService - Class in com.kinvey.android.model
 
User.Update<T extends User> - Class in com.kinvey.android.model
 
userDiscovery() - Method in class com.kinvey.android.Client
UserDiscovery factory method
userGroup() - Method in class com.kinvey.android.Client
UserGroup factory method
userLookup() - Method in class com.kinvey.android.AsyncUserDiscovery
 
username - Variable in class com.kinvey.android.store.UserStore.Login
 
UserStore - Class in com.kinvey.android.store
 
UserStore() - Constructor for class com.kinvey.android.store.UserStore
 
UserStore.ChangePassword - Class in com.kinvey.android.store
 
UserStore.Companion - Class in com.kinvey.android.store
 
UserStore.Create<T extends User> - Class in com.kinvey.android.store
 
UserStore.Delete - Class in com.kinvey.android.store
 
UserStore.EmailVerification - Class in com.kinvey.android.store
 
UserStore.ExistsUser - Class in com.kinvey.android.store
 
UserStore.ForgotUsername - Class in com.kinvey.android.store
 
UserStore.GetUser<T extends User> - Class in com.kinvey.android.store
 
UserStore.Login<T extends BaseUser> - Class in com.kinvey.android.store
 
UserStore.LoginKinveyAuth<T extends User> - Class in com.kinvey.android.store
 
UserStore.Logout - Class in com.kinvey.android.store
 
UserStore.PostForAccessToken<T extends User> - Class in com.kinvey.android.store
 
UserStore.PostForOAuthToken<T extends User> - Class in com.kinvey.android.store
 
UserStore.ResetPassword - Class in com.kinvey.android.store
 
UserStore.Retrieve<T extends User> - Class in com.kinvey.android.store
 
UserStore.RetrieveMetaData<T extends User> - Class in com.kinvey.android.store
 
UserStore.RetrieveUserArray<T extends User> - Class in com.kinvey.android.store
 
UserStore.RetrieveUserList<T extends BaseUser> - Class in com.kinvey.android.store
 
UserStore.Update<T extends User> - Class in com.kinvey.android.store
 
UuidFactory - Class in com.kinvey.android
 
UuidFactory(context) - Constructor for class com.kinvey.android.UuidFactory
 
UuidFactory.Companion - Class in com.kinvey.android
 

W

warning(message) - Method in class com.kinvey.android.AndroidLogger
Delegate an info message to Log.w
A B C D E F G I J K L M N O P Q R S T U W