- 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.
- 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
-
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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