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

A

AbstractPrefsManager - Class in com.salesforce.androidsdk.config
 
AbstractPrefsManager() - Constructor for class com.salesforce.androidsdk.config.AbstractPrefsManager
 
ACCESS_TOKEN_REFRESH_INTENT - Static variable in class com.salesforce.androidsdk.rest.ClientManager
 
ACCESS_TOKEN_REVOKE_INTENT - Static variable in class com.salesforce.androidsdk.rest.ClientManager
 
AccMgrAuthTokenProvider(ClientManager, String, String, String) - Constructor for class com.salesforce.androidsdk.rest.ClientManager.AccMgrAuthTokenProvider
Constructor
ACCOUNT_NAME - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
ACCOUNT_NAME - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
ACCOUNT_TYPE - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
AccountInfoNotFoundException(String, Throwable) - Constructor for exception com.salesforce.androidsdk.rest.ClientManager.AccountInfoNotFoundException
 
accountName(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets account name.
accountName - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
accountSelected(UserAccount) - Method in class com.salesforce.androidsdk.ui.AccountSwitcherActivity
Performs the account switch operation.
AccountSwitcherActivity - Class in com.salesforce.androidsdk.ui
This class provides UI to switch between existing signed in user accounts, or add a new account.
AccountSwitcherActivity() - Constructor for class com.salesforce.androidsdk.ui.AccountSwitcherActivity
 
addAll(JSONArray, JSONArray) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Add all elements from array to destinationArray
addAuthorizationHeader(Request.Builder, String) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Adds the authorization header to request builder.
addBundleToMap(Bundle, List<String>, Map<String, String>) - Static method in class com.salesforce.androidsdk.util.MapUtil
Adds a map of key-value pairs extracted from a bundle.
addCustomLoginServer(String, String) - Method in class com.salesforce.androidsdk.config.LoginServerManager
Adds a custom login server to the shared pref file.
addFileShare(String, String, String) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a request that will add a file share for the specified fileId to the specified entityId.
additionalOauthValues(Map<String, String>) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets additional OAuth values.
additionalOauthValues - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
additionalOauthValues - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
addJSONObjectToMap(JSONObject, List<String>, Map<String, String>) - Static method in class com.salesforce.androidsdk.util.MapUtil
Adds a map of key-value pairs extracted from a JSONObject.
addLogLine(String) - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Writes a log line to the file.
addLogLines(List<String>) - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Writes a list of log lines to the file.
addLogLines(String[]) - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Writes an array of log lines to the file.
addMapToBundle(Map<String, String>, List<String>, Bundle) - Static method in class com.salesforce.androidsdk.util.MapUtil
Adds a bundle of key-value pairs extracted from a map.
addMapToJSONObject(Map<String, String>, List<String>, JSONObject) - Static method in class com.salesforce.androidsdk.util.MapUtil
Adds a JSONObject of key-value pairs extracted from a map.
addRemotePublisher(Class<? extends Transform>, Class<? extends AnalyticsPublisher>) - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Adds a remote publisher to publish events to.
addRequest(RestRequest) - Method in class com.salesforce.androidsdk.rest.BatchRequest.BatchRequestBuilder
 
addRequest(String, RestRequest) - Method in class com.salesforce.androidsdk.rest.CompositeRequest.CompositeRequestBuilder
 
addWatcher(WatchableStream.Watcher) - Method in interface com.salesforce.androidsdk.analytics.util.WatchableStream
 
AdminPermsManager - Class in com.salesforce.androidsdk.config
This class represents custom permissions for a connected app set by the org admin.
AdminPermsManager() - Constructor for class com.salesforce.androidsdk.config.AdminPermsManager
 
AdminSettingsManager - Class in com.salesforce.androidsdk.config
This class represents custom settings for a connected app set by the org admin.
AdminSettingsManager() - Constructor for class com.salesforce.androidsdk.config.AdminSettingsManager
 
AILTNPublisher - Class in com.salesforce.androidsdk.analytics
Network publisher for the AILTN endpoint.
AILTNPublisher() - Constructor for class com.salesforce.androidsdk.analytics.AILTNPublisher
 
AILTNTransform - Class in com.salesforce.androidsdk.analytics.transform
Represents a transformation of generic event to the AILTN format.
AILTNTransform() - Constructor for class com.salesforce.androidsdk.analytics.transform.AILTNTransform
 
ALL_OR_NONE - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
allOrNone - Variable in class com.salesforce.androidsdk.rest.CompositeRequest
 
alterSoup(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of alterSoup
alterSoup(String, IndexSpec[], boolean) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Alter soup using only soup name without extra soup features.
AlterSoupLongOperation - Class in com.salesforce.androidsdk.smartstore.store
Class taking care of alter soup Two entry points: - new AlterSoupLongOperation(...) + run() => when asked to alterSoup in SmartStore - LongOperation.getOperation(...) + run() => when completing interrupted long operations when opening the database
AlterSoupLongOperation() - Constructor for class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Default constructor when reading back from long operations status table Should be followed by a call to: initFromDbRow
AlterSoupLongOperation(SmartStore, String, IndexSpec[], boolean) - Constructor for class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Constructor
AlterSoupLongOperation.AlterSoupStep - Enum in com.salesforce.androidsdk.smartstore.store
Enum for alter steps
AnalyticsManager - Class in com.salesforce.androidsdk.analytics.manager
This class serves as an interface to the various functions of the SalesforceAnalytics library.
AnalyticsManager(String, Context, String, DeviceAppAttributes) - Constructor for class com.salesforce.androidsdk.analytics.manager.AnalyticsManager
Parameterized constructor.
AnalyticsPublisher - Interface in com.salesforce.androidsdk.analytics
Represents a typical analytics network publisher.
API_PREFIX - Static variable in class com.salesforce.androidsdk.rest.ApiVersionStrings
 
API_VERSION - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
ApiVersionStrings - Class in com.salesforce.androidsdk.rest
This is where all the API version info lives.
ApiVersionStrings() - Constructor for class com.salesforce.androidsdk.rest.ApiVersionStrings
 
appendFolderId(String) - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
appendPageNum(Integer) - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
appendPageSize(Integer) - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
appendPath(String) - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
appendQueryParam(String, Integer) - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
appendQueryParam(String, String) - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
appendUserId(String) - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
appendVersionNum(String) - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
asBundle() - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
asBytes() - Method in class com.salesforce.androidsdk.rest.RestResponse
 
asInputStream() - Method in class com.salesforce.androidsdk.rest.RestResponse
Streams the response content.
asJSON() - Method in class com.salesforce.androidsdk.config.BootConfig
 
asJSON() - Method in class com.salesforce.androidsdk.config.RuntimeConfig
Get run time config as a JSONObject
asJSON() - Method in class com.salesforce.androidsdk.rest.RestRequest
 
asJSON() - Method in class com.salesforce.androidsdk.rest.RestRequest.SObjectTree
 
asJSONArray() - Method in class com.salesforce.androidsdk.rest.RestResponse
JSONArray is built the first time the method is called.
asJSONObject() - Method in class com.salesforce.androidsdk.rest.RestResponse
JSONObject is built the first time the method is called.
assertedUser - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
asString() - Method in class com.salesforce.androidsdk.rest.RestResponse
String is built the first time the method is called.
attemptOfflineLoad() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns whether the app should attempt to load cached content when offline.
attributes(JSONObject) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets attributes.
ATTRIBUTES - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
ATTRIBUTES_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
AUTH_CONFIG_COMPLETE_INTENT_ACTION - Static variable in class com.salesforce.androidsdk.util.AuthConfigUtil
 
AUTH_TOKEN - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
AuthConfigUtil - Class in com.salesforce.androidsdk.util
This class has utility methods that help with authentication related functionality.
AuthConfigUtil() - Constructor for class com.salesforce.androidsdk.util.AuthConfigUtil
 
AuthConfigUtil.MyDomainAuthConfig - Class in com.salesforce.androidsdk.util
This class represents my domain auth config.
authenticate(CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SalesforceOAuthPlugin
Native implementation for "authenticate" action
authenticate(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SalesforceOauthReactBridge
 
authenticate(Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
Method called from bridge to authenticate.
authenticatedRestClient(RestClient) - Method in interface com.salesforce.androidsdk.rest.ClientManager.RestClientCallback
 
AuthenticatorService - Class in com.salesforce.androidsdk.auth
The service used for taking care of authentication for a Salesforce-based application.
AuthenticatorService() - Constructor for class com.salesforce.androidsdk.auth.AuthenticatorService
 
AUTHORIZATION - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
AUTHORIZATION_CODE - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
authToken(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets auth token.
authToken - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 

B

BATCH_REQUESTS - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
BATCH_SIZE_OPTION - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
batchFileDetails(List<String>) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a request that can fetch the latest file details of one or more files in a single request.
BatchRequest - Class in com.salesforce.androidsdk.rest
BatchRequest: Class to represent a batch request.
BatchRequest(String, boolean, List<RestRequest>) - Constructor for class com.salesforce.androidsdk.rest.BatchRequest
 
BatchRequest.BatchRequestBuilder - Class in com.salesforce.androidsdk.rest
Builder class for BatchRequest
BatchRequestBuilder() - Constructor for class com.salesforce.androidsdk.rest.BatchRequest.BatchRequestBuilder
 
BatchResponse - Class in com.salesforce.androidsdk.rest
BatchResponse: Class to represent response for a BatchRequest.
BatchResponse(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.BatchResponse
 
BEGIN_KEY - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
beginKey - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
beginTransaction() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Start transaction NB: to avoid deadlock, caller should have synchronized(store.getDatabase()) around the whole transaction
biometricAuth - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
biometricAuthTimeout - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
BlockForEvent(EventsObservable.EventType) - Constructor for class com.salesforce.androidsdk.util.test.EventsListenerQueue.BlockForEvent
 
BODY - Static variable in class com.salesforce.androidsdk.rest.CompositeResponse
 
BODY - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
bodyAsJSONArray() - Method in class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
bodyAsJSONObject() - Method in class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
BootConfig - Class in com.salesforce.androidsdk.config
Class encapsulating the application configuration (consumer key, oauth scopes, refresh behavior).
BootConfig() - Constructor for class com.salesforce.androidsdk.config.BootConfig
 
BootConfig.BootConfigException - Exception in com.salesforce.androidsdk.config
Exception thrown for all bootconfig parsing errors.
BootConfigException(String) - Constructor for exception com.salesforce.androidsdk.config.BootConfig.BootConfigException
 
BootConfigException(String, Throwable) - Constructor for exception com.salesforce.androidsdk.config.BootConfig.BootConfigException
 
BroadcastListenerQueue - Class in com.salesforce.androidsdk.util.test
This tracks broadcasts using a queue, allowing for tests to wait for certain broadcast to turn up.
BroadcastListenerQueue() - Constructor for class com.salesforce.androidsdk.util.test.BroadcastListenerQueue
 
build() - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Builds and returns a UserAccount object.
build(String) - Method in class com.salesforce.androidsdk.rest.BatchRequest.BatchRequestBuilder
 
build(String) - Method in class com.salesforce.androidsdk.rest.CompositeRequest.CompositeRequestBuilder
 
build() - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
buildAccount(UserAccount) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Builds an Account object from the user account passed in.
buildAllQuerySpec(String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return query spec for an all query
buildAllQuerySpec(String, String[], String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return query spec for an all query
buildClientManager() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
buildEvent() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Validates and builds an InstrumentationEvent object.
buildExactQuerySpec(String, String, String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for an exact match query
buildExactQuerySpec(String, String[], String, String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for an exact match query
buildLikeQuerySpec(String, String, String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for a like query
buildLikeQuerySpec(String, String[], String, String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for a like query
buildManageSpaceDialog() - Method in class com.salesforce.androidsdk.ui.ManageSpaceActivity
Builds the manage space alert dialog.
buildMatchQuerySpec(String, String, String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for a match query (full-text search)
buildMatchQuerySpec(String, String[], String, String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for a match query (full-text search)
buildRangeQuerySpec(String, String, String, String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for a range query
buildRangeQuerySpec(String, String[], String, String, String, String, QuerySpec.Order, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for a range query
buildRequest(RestRequest) - Method in class com.salesforce.androidsdk.rest.RestClient
Helper to build okHttp Request from RestRequest
buildSmartQuerySpec(String, int) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
Return a query spec for a smart query
buildUniqueId() - Method in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
buildUniqueId() - Method in class com.salesforce.androidsdk.rest.RestClient.UnauthenticatedClientInfo
 
buildUserAccount(Account) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Builds a UserAccount object from the saved account.

C

cacheHasSoup(String, boolean) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
cacheIndexSpecs(String, IndexSpec[]) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
cacheTableName(String, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
callIdentityService(HttpAccess, String, String) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Calls the identity service to determine the username of the user and the mobile policy, given their identity service ID and an access token.
changeEncryptionKey(String) - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Change encryption key All files are read/decrypted with old key and encrypted/written back with new key
changeKey(SQLiteDatabase, String, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Changes the encryption key on the database.
changeKey(SQLiteDatabase, String, String) - Static method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Changes the encryption key on the smartstore.
chatterFeedItemsUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
chatterFeedsUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
chatterGroupsUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
chatterUsersUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
cleanResyncGhosts(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
Native implementation of cleanResyncGhosts
cleanUp(UserAccount) - Method in class com.salesforce.androidsdk.mobilesync.app.MobileSyncSDKManager
 
cleanUp(UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
 
clearCachedCurrentUser() - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Get rid of cached current user account
clearCaches(UserAccount) - Static method in class com.salesforce.androidsdk.rest.RestClient
Remove cached OkHttpClient.Builder, OkHttpClient and OAuthRefreshInterceptor for the given user
clearCaches() - Static method in class com.salesforce.androidsdk.rest.RestClient
Clear caches of org-id/user-id to OkHttpClient.Builder, OkHttpClient and OAuthRefreshInterceptor
clearMemoryCache() - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Resets all cached data from memory.
clearQueue() - Method in class com.salesforce.androidsdk.util.test.BroadcastListenerQueue
 
clearQueue() - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue
 
clearSoup(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of clearSoup
clearSoup(String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Clear all rows from a soup
CLIENT_ID - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
CLIENT_ID - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
ClientInfo(URI, URI, URI, String, String, String, String, String, String, String, String, String, String, String, String, Map<String, String>, String, String, String, String, String, String, String) - Constructor for class com.salesforce.androidsdk.rest.RestClient.ClientInfo
Parameterized constructor.
ClientManager - Class in com.salesforce.androidsdk.rest
ClientManager is a factory class for RestClient which stores OAuth credentials in the AccountManager.
ClientManager(Context, String, ClientManager.LoginOptions, boolean) - Constructor for class com.salesforce.androidsdk.rest.ClientManager
Construct a ClientManager using a custom account type.
ClientManager.AccMgrAuthTokenProvider - Class in com.salesforce.androidsdk.rest
AuthTokenProvider implementation that calls out to the AccountManager to get a new access token.
ClientManager.AccountInfoNotFoundException - Exception in com.salesforce.androidsdk.rest
Exception thrown when no account could be found (during a peekRestClient call)
ClientManager.LoginOptions - Class in com.salesforce.androidsdk.rest
Class encapsulating login options.
ClientManager.RestClientCallback - Interface in com.salesforce.androidsdk.rest
RestClientCallback interface.
closeCursor(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of closeCursor
CODE - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
code - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
CODE_CHALLENGE - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
CODE_VERIFIER - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
CollectionResponse - Class in com.salesforce.androidsdk.rest
CollectionCreateResponse: Class to represent response for a sobject collection create/update/upsert or delete request.
CollectionResponse(JSONArray) - Constructor for class com.salesforce.androidsdk.rest.CollectionResponse
 
CollectionResponse.CollectionSubResponse - Class in com.salesforce.androidsdk.rest
 
CollectionResponse.ErrorResponse - Class in com.salesforce.androidsdk.rest
 
CollectionSubResponse(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
COLUMN_NAME_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
COLUMN_TYPE_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
columnName - Variable in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
com.salesforce.androidsdk.accounts - package com.salesforce.androidsdk.accounts
 
com.salesforce.androidsdk.analytics - package com.salesforce.androidsdk.analytics
 
com.salesforce.androidsdk.analytics.logger - package com.salesforce.androidsdk.analytics.logger
 
com.salesforce.androidsdk.analytics.manager - package com.salesforce.androidsdk.analytics.manager
 
com.salesforce.androidsdk.analytics.model - package com.salesforce.androidsdk.analytics.model
 
com.salesforce.androidsdk.analytics.security - package com.salesforce.androidsdk.analytics.security
 
com.salesforce.androidsdk.analytics.store - package com.salesforce.androidsdk.analytics.store
 
com.salesforce.androidsdk.analytics.transform - package com.salesforce.androidsdk.analytics.transform
 
com.salesforce.androidsdk.analytics.util - package com.salesforce.androidsdk.analytics.util
 
com.salesforce.androidsdk.app - package com.salesforce.androidsdk.app
 
com.salesforce.androidsdk.auth - package com.salesforce.androidsdk.auth
 
com.salesforce.androidsdk.config - package com.salesforce.androidsdk.config
 
com.salesforce.androidsdk.mobilesync.app - package com.salesforce.androidsdk.mobilesync.app
 
com.salesforce.androidsdk.phonegap.app - package com.salesforce.androidsdk.phonegap.app
 
com.salesforce.androidsdk.phonegap.plugin - package com.salesforce.androidsdk.phonegap.plugin
 
com.salesforce.androidsdk.phonegap.ui - package com.salesforce.androidsdk.phonegap.ui
 
com.salesforce.androidsdk.phonegap.util - package com.salesforce.androidsdk.phonegap.util
 
com.salesforce.androidsdk.push - package com.salesforce.androidsdk.push
 
com.salesforce.androidsdk.reactnative.app - package com.salesforce.androidsdk.reactnative.app
 
com.salesforce.androidsdk.reactnative.bridge - package com.salesforce.androidsdk.reactnative.bridge
 
com.salesforce.androidsdk.reactnative.ui - package com.salesforce.androidsdk.reactnative.ui
 
com.salesforce.androidsdk.reactnative.util - package com.salesforce.androidsdk.reactnative.util
 
com.salesforce.androidsdk.rest - package com.salesforce.androidsdk.rest
 
com.salesforce.androidsdk.rest.files - package com.salesforce.androidsdk.rest.files
 
com.salesforce.androidsdk.security - package com.salesforce.androidsdk.security
 
com.salesforce.androidsdk.smartstore.app - package com.salesforce.androidsdk.smartstore.app
 
com.salesforce.androidsdk.smartstore.config - package com.salesforce.androidsdk.smartstore.config
 
com.salesforce.androidsdk.smartstore.store - package com.salesforce.androidsdk.smartstore.store
 
com.salesforce.androidsdk.smartstore.ui - package com.salesforce.androidsdk.smartstore.ui
 
com.salesforce.androidsdk.smartstore.util - package com.salesforce.androidsdk.smartstore.util
 
com.salesforce.androidsdk.ui - package com.salesforce.androidsdk.ui
 
com.salesforce.androidsdk.util - package com.salesforce.androidsdk.util
 
com.salesforce.androidsdk.util.test - package com.salesforce.androidsdk.util.test
 
COMMUNITY_ID - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
COMMUNITY_URL - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
COMMUNITY_URL - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
communityId(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets community ID.
communityId - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
communityId - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
communityUrl(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets community URL.
communityUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
communityUrl - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
compareTo(SdkVersion) - Method in class com.salesforce.androidsdk.app.SdkVersion
 
compareVersions(String, String) - Static method in class com.salesforce.androidsdk.phonegap.plugin.JavaScriptPluginVersion
 
COMPOSITE_REQUEST - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
COMPOSITE_RESPONSE - Static variable in class com.salesforce.androidsdk.rest.CompositeResponse
 
CompositeRequest - Class in com.salesforce.androidsdk.rest
CompositeRequest: Class to represent a composite request.
CompositeRequest(String, boolean, LinkedHashMap<String, RestRequest>) - Constructor for class com.salesforce.androidsdk.rest.CompositeRequest
 
CompositeRequest.CompositeRequestBuilder - Class in com.salesforce.androidsdk.rest
Builder class for CompositeRequest
CompositeRequestBuilder() - Constructor for class com.salesforce.androidsdk.rest.CompositeRequest.CompositeRequestBuilder
 
CompositeResponse - Class in com.salesforce.androidsdk.rest
CompositeResponse: Class to represent response for a CompositeRequest.
CompositeResponse(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.CompositeResponse
 
CompositeResponse.CompositeSubResponse - Class in com.salesforce.androidsdk.rest
 
CompositeSubResponse(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
computeCompositeRequestJson(boolean, LinkedHashMap<String, RestRequest>) - Static method in class com.salesforce.androidsdk.rest.CompositeRequest
 
computeParentDir(Context) - Static method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Return parent directory for all key stores
computeScopeParameter(String[]) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Computes the scope parameter from an array of scopes.
CONNECT_TIMEOUT - Static variable in class com.salesforce.androidsdk.auth.HttpAccess
 
CONNECTION_TYPE_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
ConnectUriBuilder - Class in com.salesforce.androidsdk.rest.files
A URI builder for connect URIs, it handles special cases for userId and for optional parameters.
ConnectUriBuilder() - Constructor for class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
ConnectUriBuilder(Uri.Builder) - Constructor for class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
consume() - Method in class com.salesforce.androidsdk.rest.RestResponse
Fully consume response entity content and closes content stream Must be called before returning control to the UI thread
consumeQuietly() - Method in class com.salesforce.androidsdk.rest.RestResponse
Fully consume a response and swallow any exceptions thrown during the process.
contains(String) - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Return true if store contains a file for the given key
contains(String) - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
contains(String) - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
CONTENT_DOMAIN - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
CONTENT_SID - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
contentDomain(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets content domain.
contentDomain - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
contentDomain - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
contentSid(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets content SID.
contentSid - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
contentSid - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
convertSmartSql(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartSqlHelper
Convert "smart" sql query to actual sql A "smart" sql query is a query where columns are of the form {soupName:path} and tables are of the form {soupName} NB: only select's are allowed only indexed path can be referenced (alternatively you can do {soupName:_soupEntryId} or {soupName:_soupLastModifiedDate} to get an entire soup element back, do {soupName:_soup}
convertSmartSql(String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
copyTable() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Step 4: copy data from old soup table to new soup table
cordovaWebView - Variable in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClient
 
count() - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
count() - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
count() - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
countQuery(SQLiteDatabase, String, String, String...) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Does a count query
countQuery(QuerySpec) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
countRawCountQuery(SQLiteDatabase, String, String...) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Does a count for a raw count query
countRawQuery(SQLiteDatabase, String, String...) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Does a count for a raw query
countSmartSql - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
create(String, JSONObject) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Create (and commits) Note: Passed soupElt is modified (last modified date and soup entry id fields)
create(String, JSONObject, boolean) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Create Note: Passed soupElt is modified (last modified date and soup entry id fields)
createAndStoreEvent(String, UserAccount, String, JSONObject) - Static method in class com.salesforce.androidsdk.analytics.EventBuilderHelper
Creates and stores an analytics event with the supplied parameters.
createAndStoreEventSync(String, UserAccount, String, JSONObject) - Static method in class com.salesforce.androidsdk.analytics.EventBuilderHelper
Creates and stores an analytics event with the supplied parameters.
CREATED_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
createLongOperationDbRow() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Create row in long operations status table for a new alter soup operation
createLongOperationsStatusTable(SQLiteDatabase) - Static method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Create long_operations_status table
createMetaTables(SQLiteDatabase) - Static method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Create soup index map table to keep track of soups' index specs Create soup name map table to keep track of soup name to table name mappings Called when the database is first created
createNewAccount(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Map<String, String>, String, String, String, String, String, String, String, Boolean, String, String) - Method in class com.salesforce.androidsdk.rest.ClientManager
Creates a new account and returns the parameters as a Bundle.
createReactActivityDelegate() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
CSRF_TOKEN - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
csrfToken(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets CSRF token.
csrfToken - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
csrfToken - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
ctx - Variable in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClient
 
CURRENT_PAGE_INDEX - Static variable in class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
CURRENT_PAGE_ORDERED_ENTRIES - Static variable in class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
CURSOR_ID - Static variable in class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
cursorId - Variable in class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
customAttributes - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
customPermissions - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 

D

d(String, String) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs a debug log line.
d(String, String, Throwable) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs a debug log line.
d(Context, String, String) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs a debug log line.
d(Context, String, String, Throwable) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs a debug log line.
d(String, String) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs a debug log line.
d(String, String, Throwable) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs a debug log line.
d(String, String) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs a debug log line.
d(String, String, Throwable) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs a debug log line.
d(String, String) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs a debug log line.
d(String, String, Throwable) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs a debug log line.
d(String, String) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs a debug log line.
d(String, String, Throwable) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs a debug log line.
DATABASES - Static variable in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
 
DB_VERSION - Static variable in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
 
DBHelper - Class in com.salesforce.androidsdk.smartstore.store
SmartStore Database Helper Singleton class that provides helpful methods for accessing the database underneath the SmartStore It also caches a number of of things to speed things up (e.g.
DBHelper() - Constructor for class com.salesforce.androidsdk.smartstore.store.DBHelper
 
DBOpenHelper - Class in com.salesforce.androidsdk.smartstore.store
Helper class to manage SmartStore's database creation and version management.
DBOpenHelper(String, Context, String) - Constructor for class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
 
dbOpenHelper - Variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
decrypt(String, String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Decrypts data with key using AES/GCM/NoPadding.
decrypt(byte[], String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Decrypts data with key using AES/GCM/NoPadding.
decrypt(String, String, byte[]) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Decrypts data with key using AES/GCM/NoPadding.
decrypt(byte[], String, byte[]) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Decrypts data with key using using AES/GCM/NoPadding.
decryptBytes(byte[], byte[], byte[]) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Decrypts the given bytes using key and IV.
decryptWithoutBase64Encoding(byte[], String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Decrypts data with key using using AES/GCM/NoPadding.
decryptWithRSA(PrivateKey, String, Encryptor.CipherMode) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Returns data decrypted with an RSA private key.
decryptWithRSABytes(PrivateKey, String, Encryptor.CipherMode) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Returns data decrypted with an RSA private key.
decryptWithRSAMultiCipherNodes(PrivateKey, String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Attempt to decrypt with a RSA private key using different cipher modes: - RSA_OAEP_SHA256 - then RSA_PKCS1 (legacy) TODO retire this method when the server only supports RSA_OAEP_SHA256
DEFAULT - Static variable in class com.salesforce.androidsdk.auth.HttpAccess
 
DEFAULT_BATCH_SIZE - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
DEFAULT_DB_NAME - Static variable in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
 
DEFAULT_STORE - Static variable in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
delete(SQLiteDatabase, String, String, String...) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Does a delete (after first logging the delete statement)
delete(String, Long...) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Delete soup elements given by their ids (and commits)
delete(String, Long[], boolean) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Delete soup elements given by their ids
deleteAll() - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Deletes all stored values.
deleteAll() - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
deleteAll() - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
deleteAllDatabases(Context, UserAccount) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Deletes all databases of given user.
deleteAllEvents() - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Deletes all the events stored on the filesystem for that unique identifier.
deleteAllUserDatabases(Context) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Deletes all remaining authenticated databases.
deleteByQuery(String, QuerySpec) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Delete soup elements selected by querySpec (and commits)
deleteByQuery(String, QuerySpec, boolean) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Delete soup elements selected by querySpec
deleteDatabase(Context, UserAccount) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Deletes the underlying database for the specified user account.
deleteDatabase(Context, UserAccount, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Deletes the underlying database for the specified user and community.
deleteDatabase(Context, String, UserAccount, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Deletes the underlying database for the specified user and community.
deleteEvent(String) - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Deletes a specific event stored on the filesystem.
deleteEvents(Collection<String>) - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Deletes the events stored on the filesystem for that unique identifier.
deleteFile(File) - Static method in class com.salesforce.androidsdk.util.ManagedFilesHelper
Delete fileOrDir or directory (recursively)
deleteFiles(File[]) - Static method in class com.salesforce.androidsdk.util.ManagedFilesHelper
Delete fileOrDir or directory (recursively)
deleteFileShare(String) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a request that will delete the specified file share.
deleteKey(String) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Delete key if it exists
deleteSync(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
Native implementation of deleteSync
deleteValue(String) - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Deletes stored value for given key.
deleteValue(String) - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
deleteValue(String) - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
DETAILS_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
DEVICE_APP_ATTRIBUTES_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
DeviceAppAttributes - Class in com.salesforce.androidsdk.analytics.model
Represents common attributes specific to this app and device.
DeviceAppAttributes(String, String, String, String, String, String, String, String, String) - Constructor for class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Parameterized constructor.
DeviceAppAttributes(JSONObject) - Constructor for class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Constructs device app attributes from its JSON representation.
DevInfoActivity - Class in com.salesforce.androidsdk.ui
Dev support activity showing a lot of useful information
DevInfoActivity() - Constructor for class com.salesforce.androidsdk.ui.DevInfoActivity
 
disableFileLogging() - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Disables file logging.
DISPLAY_NAME - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
displayName(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets display name.
displayName - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
displayName - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
doesUserAccountExist(UserAccount) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Returns whether the specified user account exists or not.
downloadProfilePhoto() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Fetches this user's profile photo from the server and stores it in the cache.
dropAllSoups() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Destroy all the soups in the smartstore
dropOldIndexes() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Step 2: drop old indexes / remove entries in soup_index_map / cleaanup cache
dropOldTable() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Step 6: drop old soup table
dropSoup(String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Destroy a soup Drop table for soupName Cleanup entries in soup index map table
duration - Variable in class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin.TestResult
 

E

e(String, String) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs an error log line.
e(String, String, Throwable) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs an error log line.
e(Context, String, String) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs an error log line.
e(Context, String, String, Throwable) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs an error log line.
e(String, String) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs an error log line.
e(String, String, Throwable) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs an error log line.
e(String, String) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs an error log line.
e(String, String, Throwable) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs an error log line.
e(String, String) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs an error log line.
e(String, String, Throwable) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs an error log line.
e(String, String) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs an error log line.
e(String, String, Throwable) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs an error log line.
EMAIL - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
email(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets email.
email - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
email - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
EMPTY - Static variable in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
enableDisable(boolean) - Static method in class com.salesforce.androidsdk.analytics.EventBuilderHelper
This method allows event creation/storage to be disabled across the board.
enableFileLogging(int) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Enables file logging.
enableLogging(boolean) - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Disables or enables logging of events.
enableLogging(boolean) - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Disables or enables logging of events.
encrypt(String, String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Encrypts data with key using AES/GCM/NoPadding.
encrypt(String, String, byte[]) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Encrypts data with key using AES/GCM/NoPadding.
encryptBytes(String, String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Encrypts data with key using AES/GCM/NoPadding.
encryptBytes(String, String, byte[]) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Encrypts data with key using AES/GCM/NoPadding.
Encryptor - Class in com.salesforce.androidsdk.analytics.security
Helper class for encryption/decryption/hash computations.
Encryptor() - Constructor for class com.salesforce.androidsdk.analytics.security.Encryptor
 
Encryptor.CipherMode - Enum in com.salesforce.androidsdk.analytics.security
 
encryptWithoutBase64Encoding(byte[], String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Encrypts data with key using AES/GCM/NoPadding.
encryptWithPublicKey(PublicKey, String, Encryptor.CipherMode) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
 
encryptWithRSA(PublicKey, String, Encryptor.CipherMode) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Returns data encrypted with an RSA public key.
encryptWithRSABytes(PublicKey, String, Encryptor.CipherMode) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Returns data encrypted with an RSA public key.
END_KEY - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
END_TIME - Static variable in class com.salesforce.androidsdk.analytics.EventBuilderHelper
 
END_TIME_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
endKey - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
endTime(long) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets end time.
endTransaction() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
End transaction (commit or rollback)
enterpriseSoapUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
equals(Object) - Method in class com.salesforce.androidsdk.accounts.UserAccount
 
equals(Object) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
equals(Object) - Method in class com.salesforce.androidsdk.app.SdkVersion
 
equals(Object) - Method in class com.salesforce.androidsdk.config.LoginServerManager.LoginServer
 
equals(Object) - Method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
error - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenErrorResponse
 
ERROR_DIALOG_MESSAGE - Static variable in class com.salesforce.androidsdk.smartstore.ui.KeyValueStoreInspectorActivity
 
ERROR_DIALOG_TITLE - Static variable in class com.salesforce.androidsdk.smartstore.ui.KeyValueStoreInspectorActivity
 
ERROR_TYPE_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
errorDescription - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenErrorResponse
 
ErrorResponse(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
ERRORS - Static variable in class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
errors - Variable in class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
errorType(InstrumentationEvent.ErrorType) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets error type.
Event(EventsObservable.EventType) - Constructor for class com.salesforce.androidsdk.util.EventsObservable.Event
 
Event(EventsObservable.EventType, Object) - Constructor for class com.salesforce.androidsdk.util.EventsObservable.Event
 
EVENT_ID_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
EVENT_TYPE_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
EventBuilderException(String) - Constructor for exception com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder.EventBuilderException
 
EventBuilderHelper - Class in com.salesforce.androidsdk.analytics
A simple helper class to facilitate creation of common types of events.
EventBuilderHelper() - Constructor for class com.salesforce.androidsdk.analytics.EventBuilderHelper
 
EventsListenerQueue - Class in com.salesforce.androidsdk.util.test
This tracks activity events using a queue, allowing for tests to wait for certain events to turn up.
EventsListenerQueue() - Constructor for class com.salesforce.androidsdk.util.test.EventsListenerQueue
 
EventsListenerQueue.BlockForEvent - Class in com.salesforce.androidsdk.util.test
 
EventsObservable - Class in com.salesforce.androidsdk.util
This allows other classes (primarily test classes) to register & receive events generated by the sdk.
EventsObservable() - Constructor for class com.salesforce.androidsdk.util.EventsObservable
 
EventsObservable.Event - Class in com.salesforce.androidsdk.util
 
EventsObservable.EventType - Enum in com.salesforce.androidsdk.util
 
EventsObserver - Interface in com.salesforce.androidsdk.util.test
Observer of sdk events
EventStoreManager - Class in com.salesforce.androidsdk.analytics.store
Provides APIs to store events in an encrypted store on the filesystem.
EventStoreManager(String, Context, String) - Constructor for class com.salesforce.androidsdk.analytics.store.EventStoreManager
Parameterized constructor.
eventType(InstrumentationEvent.EventType) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets event type.
exchangeCode(HttpAccess, URI, String, String, String, String) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Exchange code for credentials.
execute(String, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.ForcePlugin
Executes the plugin request and returns PluginResult.
execute(String, JavaScriptPluginVersion, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.ForcePlugin
Abstract method to concrete subclass need to implement
execute(String, JavaScriptPluginVersion, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.MobileSyncPlugin
 
execute(String, JavaScriptPluginVersion, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SalesforceNetworkPlugin
 
execute(String, JavaScriptPluginVersion, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SalesforceOAuthPlugin
 
execute(String, JavaScriptPluginVersion, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SDKInfoPlugin
 
execute(String, JavaScriptPluginVersion, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SFAccountManagerPlugin
 
execute(String, JavaScriptPluginVersion, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SmartStorePlugin
 
execute(String, JavaScriptPluginVersion, JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin
 
EXPLAIN_ARGS - Static variable in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
EXPLAIN_ROWS - Static variable in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
EXPLAIN_SQL - Static variable in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
EXPLAIN_TAG - Static variable in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
EXTRA_USER_SWITCH_TYPE - Static variable in class com.salesforce.androidsdk.accounts.UserAccountManager
Represents how the current user has been switched to, as found in an intent sent to a android.content.BroadcastReceiver filtering UserAccountManager.USER_SWITCH_INTENT_ACTION.

F

FEATURE_AILTN_ENABLED - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_APP_IS_IDP - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_APP_IS_SP - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_BIOMETRIC_AUTH - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_BROWSER_LOGIN - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_CERT_AUTH - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_LOCALHOST - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_MDM - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_MULTI_USERS - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_PUSH_NOTIFICATIONS - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_RELATED_RECORDS - Static variable in class com.salesforce.androidsdk.smartstore.app.Features
 
FEATURE_SCREEN_LOCK - Static variable in class com.salesforce.androidsdk.app.Features
 
FEATURE_SMART_STORE_GLOBAL - Static variable in class com.salesforce.androidsdk.smartstore.app.Features
 
FEATURE_SMART_STORE_USER - Static variable in class com.salesforce.androidsdk.smartstore.app.Features
 
FEATURE_USER_AUTH - Static variable in class com.salesforce.androidsdk.app.Features
 
Features - Class in com.salesforce.androidsdk.app
Flags for ftr_ field in user agent
Features() - Constructor for class com.salesforce.androidsdk.app.Features
 
Features - Class in com.salesforce.androidsdk.smartstore.app
Flags for ftr_ field in user agent
Features() - Constructor for class com.salesforce.androidsdk.smartstore.app.Features
 
fetchAllEvents() - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Returns all the events stored on the filesystem.
fetchEvent(String) - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Returns a specific event stored on the filesystem for that unique identifier.
FIELDS - Static variable in class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
fields - Variable in class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
fileContents(String, String) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Builds a request that can fetch the actual binary file contents of this particular file.
fileDetails(String, String) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a Request that can fetch the file details of a particular version of a file.
FileLogger - Class in com.salesforce.androidsdk.analytics.logger
A simple file logger that works with SalesforceLogger to write log entries to a file.
FileLogger(Context, String) - Constructor for class com.salesforce.androidsdk.analytics.logger.FileLogger
Parameterized constructor.
FILENAME_ROOT - Static variable in class com.salesforce.androidsdk.config.AdminPermsManager
 
FILENAME_ROOT - Static variable in class com.salesforce.androidsdk.config.AdminSettingsManager
 
fileRendition(String, String, RenditionType, Integer) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a Request that can fetch the a preview/rendition of a particular page of the file (and version).
FileRequests - Class in com.salesforce.androidsdk.rest.files
This defines the HTTP requests in the connect API for files functionality.
FileRequests() - Constructor for class com.salesforce.androidsdk.rest.files.FileRequests
 
fileShares(String, Integer) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a Request that can fetch a page from the list of entities that this file is shared to.
filesInUsersGroups(String, Integer) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a Request that can fetch a page from the list of files from groups that the user is a member of.
filesSharedWithUser(String, Integer) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a Request that can fetch a page from the list of files that have been shared with the user.
finishActivity() - Method in class com.salesforce.androidsdk.ui.AccountSwitcherActivity
Finishes this activity.
FIRST_NAME - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
firstName(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets first name.
firstName - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
firstName - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
flushComponents() - Static method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Wipes all components currently being logged.
flushLog() - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Flushes the log file and resets it to its original state.
ForcePlugin - Class in com.salesforce.androidsdk.phonegap.plugin
Abstract super class for all Salesforce plugins
ForcePlugin() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.ForcePlugin
 
foundHomeUrl - Variable in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClient
 
fromBundle(Bundle) - Static method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
Build a LoginOptions from the given bundle
fromBundleWithSafeLoginUrl(Bundle) - Static method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
Build a LoginOptions from the given bundle If the loginUrl in options is not one of the login servers, then the selected login server is used instead.
fromJSON(JSONArray) - Static method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
fromJSON(JSONObject) - Static method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
Return IndexSpec given JSONObject
fromJSON(String, JSONObject) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
FTS_SUFFIX - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
ftsExtension - Variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 

G

get() - Static method in class com.salesforce.androidsdk.util.EventsObservable
 
getAccount() - Method in class com.salesforce.androidsdk.rest.ClientManager
Returns the user account that is currently active.
getAccountByName(String) - Method in class com.salesforce.androidsdk.rest.ClientManager
 
getAccountManager() - Method in class com.salesforce.androidsdk.rest.ClientManager
 
getAccountName() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the account name for this user account.
getAccounts() - Method in class com.salesforce.androidsdk.rest.ClientManager
 
getAccounts() - Method in class com.salesforce.androidsdk.ui.AccountSwitcherActivity
Returns the list of user accounts to display.
getAccountType() - Method in class com.salesforce.androidsdk.rest.ClientManager
Should match the value in authenticator.xml.12
getAdditionalHttpHeaders() - Method in class com.salesforce.androidsdk.rest.RestRequest
 
getAdditionalOauthValues() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the additional OAuth values for this user.
getAdditionalParameters() - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
getAllGlobalStores(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of getAllGlobalStores
getAllHeaders() - Method in class com.salesforce.androidsdk.rest.RestResponse
Returns all headers associated with this response.
getAllSoupNames() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
getAllStores(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of getAllStores
getAnalyticsManager() - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Returns an instance of analytics manager.
getAppHomeUrl(CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SalesforceOAuthPlugin
Native implementation for getAppHomeUrl
getAppHomeUrl(Context) - Static method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClientHelper
 
getAppName() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns app name.
getAppType() - Method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
 
getAppType() - Method in class com.salesforce.androidsdk.reactnative.app.SalesforceReactSDKManager
 
getAppVersion() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns app version.
getArgs() - Method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
getAttributes() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns attributes.
getAuthConfig() - Method in class com.salesforce.androidsdk.util.AuthConfigUtil.MyDomainAuthConfig
Returns the my domain auth config.
getAuthCredentials(CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SalesforceOAuthPlugin
Native implementation for "getAuthCredentials" action.
getAuthCredentials(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SalesforceOauthReactBridge
 
getAuthCredentials(Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
Method called from bridge to get auth credentials.
getAuthenticatedUsers() - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Returns a list of authenticated users.
getAuthorizationUrl(boolean, boolean, URI, String, String, String[], String, String, Map<String, String>) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Builds the URL to the authorization web page for this login server.
getAuthToken() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the auth token for this user account.
getAuthToken() - Method in class com.salesforce.androidsdk.rest.RestClient
 
getAuthToken() - Method in class com.salesforce.androidsdk.rest.RestClient.OAuthRefreshInterceptor
 
getBaseChatterPath() - Static method in class com.salesforce.androidsdk.rest.ApiVersionStrings
 
getBasePath() - Static method in class com.salesforce.androidsdk.rest.ApiVersionStrings
 
getBaseSObjectPath() - Static method in class com.salesforce.androidsdk.rest.ApiVersionStrings
 
getBatchRequest(String, boolean, List<RestRequest>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Batch request
getBoolean(RuntimeConfig.ConfigKey) - Method in class com.salesforce.androidsdk.config.RuntimeConfig
Get boolean run time configuration
getBootConfig(Context) - Static method in class com.salesforce.androidsdk.config.BootConfig
Method to (build and) get the singleton instance.
getByteArrayStreamFromStream(InputStream) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Retrieves data from an InputStream.
getCachedCurrentUser() - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Returns a cached value of the current user.
getCachedHasFTS(String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
getCachedIndexSpecs(String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
getCachedTableName(String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
getCheapRequest(String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Cheap request to re-hydrate access token
getClientId() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns client ID.
getClientInfo() - Method in class com.salesforce.androidsdk.rest.RestClient
 
getColumnNameForPath(SQLiteDatabase, String, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Return column name in soup table that holds the soup projection for path
getColumnType() - Method in enum com.salesforce.androidsdk.smartstore.store.SmartStore.Type
 
getCommunityId() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the community ID for this user account.
getCommunityLevelFilenameSuffix() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at a community level.
getCommunityLevelFilenameSuffix(String) - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at a community level.
getCommunityLevelStoragePath() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the storage path for this user account, relative to the higher level directory of app data.
getCommunityLevelStoragePath(String) - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the storage path for this user account, relative to the higher level directory of app data.
getCommunityUrl() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the community URL for this user account.
getCompileOptions() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Get SQLCipher compile options
getComponents() - Static method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Returns the set of components that have loggers associated with them.
getCompositeRequest(String, boolean, LinkedHashMap<String, RestRequest>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Composite request
getConnectionType() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns connection type.
getContentDocumentLinkPath() - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
 
getContentDomain() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the content domain for this user.
getContentSid() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the content SID for this user.
getContentType() - Method in class com.salesforce.androidsdk.rest.RestResponse
Return content type
getCordovaInterface() - Method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewEngine
Returns the Cordova interface being used.
getCSRFToken() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the CSRF token for this user.
getCurrentAccount() - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Returns the current user logged in.
getCurrentUser() - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Returns the current user logged in.
getCurrentUser(CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SFAccountManagerPlugin
Native implementation for the 'getCurrentUser' action.
getCustomServerUrlEditor() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
Returns the custom URL editor dialog.
getData() - Method in class com.salesforce.androidsdk.util.EventsObservable.Event
 
getDatabase() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Return db
getDatabaseSize(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of getDatabaseSize
getDatabaseSize() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Get database size
getDataDeserialized(SmartStore) - Method in class com.salesforce.androidsdk.smartstore.store.StoreCursor
Returns cursor meta data (page index, size etc) and data (entries in page) as a JSONObject
getDataSerialized(SmartStore) - Method in class com.salesforce.androidsdk.smartstore.store.StoreCursor
Returns cursor meta data (page index, size etc) and data (entries in page) as a FakeJSONObject NB: json data is never deserialized
getDecryptingCipher(String, byte[]) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Returns initialized cipher for decryption.
getDetails() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
 
getDetails() - Method in class com.salesforce.androidsdk.smartstore.store.LongOperation
 
getDevActions(Activity) - Method in class com.salesforce.androidsdk.reactnative.app.SalesforceReactSDKManager
 
getDevActions(Activity) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
 
getDeviceAppAttributes() - Method in class com.salesforce.androidsdk.analytics.manager.AnalyticsManager
Returns device app attributes.
getDeviceAppAttributes() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns device app attributes.
getDeviceAppAttributes() - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Returns the device app attributes associated with this device.
getDeviceId() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns device ID.
getDeviceModel() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns device model.
getDevSupportInfos() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
 
getDisplayName() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the Display name for this user account.
getECPrivateKey(String) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an EC keypair of length 256, and returns the private key.
getECPublicKey(String) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an EC keypair of length 256, and returns the public key.
getECPublicString(String) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an EC keypair of length 256, and returns the encoded public key string.
getElapsedTimeSinceLastRefresh() - Method in class com.salesforce.androidsdk.rest.RestClient.OAuthRefreshInterceptor
 
getEmail() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the email for this user account.
getEncryptingCipher(String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Returns initialized cipher for encryption with an IV automatically generated.
getEncryptionKey(String) - Static method in class com.salesforce.androidsdk.security.SalesforceKeyGenerator
Returns the encryption key being used.
getEndpoint() - Method in class com.salesforce.androidsdk.rest.RestRequest
 
getEndTime() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns end time.
getErrorPage() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns the path to the local error page.
getErrorType() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns error type.
getEventId() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns event ID.
getEventStoreManager() - Method in class com.salesforce.androidsdk.analytics.manager.AnalyticsManager
Returns an instance of event store manager.
getEventStoreManager() - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Returns an instance of event store manager.
getEventType() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns event type.
getFileLogger() - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Returns the instance of FileLogger associated with this component.
getFilenameRoot() - Method in class com.salesforce.androidsdk.config.AbstractPrefsManager
 
getFilenameRoot() - Method in class com.salesforce.androidsdk.config.AdminPermsManager
 
getFilenameRoot() - Method in class com.salesforce.androidsdk.config.AdminSettingsManager
 
getFiles(Context, String, String, String, String) - Static method in class com.salesforce.androidsdk.util.ManagedFilesHelper
Get files with the given suffix and extension that live under dirName excluding the ones with excludingSuffix.
getFirstName() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the first name for this user account.
getForcePlugins(Context) - Static method in class com.salesforce.androidsdk.phonegap.plugin.SDKInfoPlugin
 
getForcePluginsFromXML(Context) - Static method in class com.salesforce.androidsdk.phonegap.plugin.SDKInfoPlugin
 
getFrontdoorUrl(URI, String, String, Map<String, String>) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Returns a 'frontdoor'ed URL Front door will authenticate client navigating to that URL using given access token
getFtsExtension() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
getGlobalDatabasePrefixList(Context, UserAccount, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Returns a list of all prefixes for user databases.
getGlobalKeyValueStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Get global key value store with given name
getGlobalKeyValueStoresPrefixList() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns a list of global key value store names.
getGlobalSequenceId() - Method in class com.salesforce.androidsdk.analytics.manager.AnalyticsManager
Returns the global sequence ID.
getGlobalSmartStore() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Return default database used by smart store in the global context
getGlobalSmartStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns the database used by smart store in the global context.
getGlobalStoresPrefixList() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns a list of global store names.
getHttpStatusCode() - Method in exception com.salesforce.androidsdk.auth.OAuth2.OAuthFailedException
Returns HTTP status code.
getIdUrl() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the identity URL for this user account.
getIndexSpecs(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Read index specs back from the soup index map table
getIndexSpecsFromDb(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
getInfo(JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SDKInfoPlugin
Native implementation for "getInfo" action.
getInsertHelper(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Get insert helper for a table
getInstalledAccMgrVersion() - Method in class com.salesforce.androidsdk.app.SalesforceSDKUpgradeManager
Returns the currently installed version of account manager.
getInstalledSmartStoreVersion() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreUpgradeManager
Returns the currently installed version of smartstore.
getInstalledVersion(String) - Method in class com.salesforce.androidsdk.app.SalesforceSDKUpgradeManager
Returns the currently installed version of the specified key.
getInstance() - Static method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Returns an instance of this class.
getInstance() - Static method in class com.salesforce.androidsdk.accounts.UserAccountManager
Returns a singleton instance of this class.
getInstance(AnalyticsManager, Context) - Static method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Returns an instance of this class.
getInstance(UserAccount) - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Returns the instance of this class associated with this user account.
getInstance(UserAccount, String) - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Returns the instance of this class associated with this user and community.
getInstance() - Static method in class com.salesforce.androidsdk.app.SalesforceSDKUpgradeManager
Returns an instance of this class.
getInstance() - Static method in class com.salesforce.androidsdk.mobilesync.app.MobileSyncSDKManager
Returns a singleton instance of this class.
getInstance() - Static method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Returns a singleton instance of this class.
getInstance() - Static method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridUpgradeManager
Returns an instance of this class.
getInstance() - Static method in class com.salesforce.androidsdk.reactnative.app.SalesforceReactSDKManager
Returns a singleton instance of this class.
getInstance() - Static method in class com.salesforce.androidsdk.reactnative.app.SalesforceReactUpgradeManager
Returns an instance of this class.
getInstance() - Static method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Returns an instance of this class, after initializing the KeyStore if required.
getInstance() - Static method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns a singleton instance of this class.
getInstance() - Static method in class com.salesforce.androidsdk.smartstore.app.SmartStoreUpgradeManager
Returns an instance of this class.
getInstance(SQLiteDatabase) - Static method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Returns the instance of this class associated with the database specified.
getInstance(SQLiteDatabase) - Static method in class com.salesforce.androidsdk.smartstore.store.SmartSqlHelper
Returns the instance of this class associated with the database specified.
getInstanceServer() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the instance server for this user account.
getInstanceUrl() - Method in class com.salesforce.androidsdk.rest.ClientManager.AccMgrAuthTokenProvider
 
getInstanceUrl() - Method in interface com.salesforce.androidsdk.rest.RestClient.AuthTokenProvider
 
getInstanceUrl() - Method in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
Returns a URI representation of the instance URL.
getInstanceUrlAsString() - Method in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
Returns a string representation of the instance URL.
getIntent(Activity) - Static method in class com.salesforce.androidsdk.smartstore.ui.KeyValueStoreInspectorActivity
Create intent to bring up inspector
getIntent(Activity, boolean, String) - Static method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
Create intent to bring up inspector
getIsGlobal(JSONObject) - Static method in class com.salesforce.androidsdk.phonegap.plugin.SmartStorePlugin
Return the value of the isGlobalStore argument
getJSONCredentials() - Method in class com.salesforce.androidsdk.rest.RestClient
 
getJwt() - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
getKeyValueStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Get key value store with given name for current user
getKeyValueStore(String, UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Get key value store with given name for given user
getKeyValueStore(String, UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Get key value store with given name for given user / community
getKeyValueStoresPrefixList() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns a list of key value store names for current user.
getKeyValueStoresPrefixList(UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns a list of key value store names for given user.
getLanguage() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the language for this user.
getLastAlertMessage() - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
getLastAlertTitle() - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
getLastExplainQueryPlan() - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
getLastExplainQueryPlan() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
getLastName() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the last name for this user account.
getLastRefreshTime() - Method in class com.salesforce.androidsdk.rest.ClientManager.AccMgrAuthTokenProvider
 
getLastRefreshTime() - Method in interface com.salesforce.androidsdk.rest.RestClient.AuthTokenProvider
 
getLastResults() - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
getLastStepCompleted() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
 
getLightningDomain() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the Lightning domain for this user.
getLightningSid() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the Lightning SID for this user.
getLocale() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the locale for this user.
getLogger(String, Context) - Static method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Returns a logger instance associated with a named component.
getLoginPageUrl() - Method in class com.salesforce.androidsdk.util.AuthConfigUtil.MyDomainAuthConfig
Returns the configured login page URL.
getLoginServer() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the login server for this user account.
getLoginServerFromURL(String) - Method in class com.salesforce.androidsdk.config.LoginServerManager
Returns a LoginServer instance from URL.
getLoginServers() - Method in class com.salesforce.androidsdk.config.LoginServerManager
Returns the list of login servers.
getLoginServersFromPreferences() - Method in class com.salesforce.androidsdk.config.LoginServerManager
Returns the list of all saved servers, including custom servers.
getLoginServersFromRuntimeConfig() - Method in class com.salesforce.androidsdk.config.LoginServerManager
Returns the list of login servers from runtime configuration (from MDM provider), if any.
getLoginUrl() - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
getLogLevel() - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Returns the log level currently being used.
getLongOperations() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
getMajor() - Method in class com.salesforce.androidsdk.app.SdkVersion
 
getMarks() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns marks.
getMaxEvents() - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Returns the maximum number of events that can be stored.
getMaxSize() - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Returns the maximum number of log lines that can be stored in this file.
getMethod() - Method in class com.salesforce.androidsdk.rest.RestRequest
 
getMinor() - Method in class com.salesforce.androidsdk.app.SdkVersion
 
getMobileSdkVersion() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns Mobile SDK version.
getMyDomainAuthConfig(String) - Static method in class com.salesforce.androidsdk.util.AuthConfigUtil
Returns the auth config associated with a my domain login endpoint.
getName() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns name.
getName() - Method in class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
 
getName() - Method in class com.salesforce.androidsdk.reactnative.bridge.SalesforceNetReactBridge
 
getName() - Method in class com.salesforce.androidsdk.reactnative.bridge.SalesforceOauthReactBridge
 
getName() - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
 
getName() - Method in class com.salesforce.androidsdk.ui.SalesforceServerRadioButton
Returns the server name.
getNativeAppType() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns app type.
getNativeLogin() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Whether or not the user was added through native headless authentication.
getNewAuthToken() - Method in class com.salesforce.androidsdk.rest.ClientManager.AccMgrAuthTokenProvider
Fetch a new access token from the account manager.
getNewAuthToken() - Method in interface com.salesforce.androidsdk.rest.RestClient.AuthTokenProvider
 
getNextBroadcast() - Method in class com.salesforce.androidsdk.util.test.BroadcastListenerQueue
will return the next event in the queue, waiting if needed for a reasonable amount of time
getNextEvent() - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue
will return the next event in the queue, waiting if needed for a reasonable amount of time
getNextId(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Get next id for a table
getNumStoredEvents() - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Returns number of stored events.
getOauthCallbackUrl() - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
getOauthClientId() - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
getOauthRedirectURI() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns the redirect URI value specified for your remote access object or connected app.
getOAuthRefreshInterceptor() - Method in class com.salesforce.androidsdk.rest.RestClient
 
getOauthScopes() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns the authorization/access scope(s) that the application needs to ask for at login.
getOauthScopes() - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
getOkHttpClient() - Method in class com.salesforce.androidsdk.auth.HttpAccess
 
getOkHttpClient() - Method in class com.salesforce.androidsdk.rest.RestClient
 
getOkHttpClientBuilder() - Method in class com.salesforce.androidsdk.auth.HttpAccess
 
getOkHttpClientBuilder() - Method in class com.salesforce.androidsdk.rest.RestClient
 
getOpenHelper(String, Context, UserAccount) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Returns the DBOpenHelper instance associated with this user account.
getOpenHelper(String, Context, UserAccount, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Returns the DBOpenHelper instance associated with this user and community.
getOpenHelper(String, Context, String, UserAccount, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Returns the DBOpenHelper instance for the given database name.
getOpenHelpers() - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Returns a map of all DBOpenHelper instances created.
getOpenIDToken(String, String, String) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Fetches an OpenID token from the Salesforce backend.
getOperation(SmartStore, long, JSONObject, String) - Method in enum com.salesforce.androidsdk.smartstore.store.LongOperation.LongOperationType
 
getOrgId() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the org ID for this user account.
getOrgLevelFilenameSuffix() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at an org level.
getOrgLevelStoragePath() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the org level storage path for this user account, relative to the higher level directory of app data.
getOsName() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns OS name.
getOsVersion() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns OS version.
getPage() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns page.
getPatch() - Method in class com.salesforce.androidsdk.app.SdkVersion
 
getPath() - Method in class com.salesforce.androidsdk.rest.RestRequest
 
getPathType() - Method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
getPhotoUrl() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the photo url for this user.
getPref(String, UserAccount) - Method in class com.salesforce.androidsdk.config.AbstractPrefsManager
Returns the pref value for the specified key, for a user account.
getPrefixList(Context, String, String, String, String) - Static method in class com.salesforce.androidsdk.util.ManagedFilesHelper
Get "short name" (prefix) of managed files with the given suffix and extension that live under dirName excluding the ones with excludingSuffix.
getPrefs(UserAccount) - Method in class com.salesforce.androidsdk.config.AbstractPrefsManager
Returns all the prefs for a user account.
getPreviousPage() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns previous page.
getProfilePhoto() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Fetches this user's profile photo from the cache.
getPublishFrequencyInHours() - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Returns the publish frequency currently set, in hours.
getRandom128ByteKey() - Static method in class com.salesforce.androidsdk.security.SalesforceKeyGenerator
Returns a randomly generated 128-byte key that's URL safe.
getRawResponse() - Method in class com.salesforce.androidsdk.rest.RestResponse
Method to get the "raw" response (i.e.
getReactPackage() - Method in class com.salesforce.androidsdk.reactnative.app.SalesforceReactSDKManager
Call this method when setting up ReactInstanceManager
getRefreshToken() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the refresh token for this user account.
getRefreshToken() - Method in class com.salesforce.androidsdk.rest.ClientManager.AccMgrAuthTokenProvider
 
getRefreshToken() - Method in interface com.salesforce.androidsdk.rest.RestClient.AuthTokenProvider
 
getRefreshToken() - Method in class com.salesforce.androidsdk.rest.RestClient
 
getRefreshToken() - Method in class com.salesforce.androidsdk.rest.RestClient.OAuthRefreshInterceptor
 
getRemoteAccessConsumerKey() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns the consumer key value specified for your remote access object or connected app.
getRequestBody() - Method in class com.salesforce.androidsdk.rest.RestRequest
 
getRequestBodyAsJson() - Method in class com.salesforce.androidsdk.rest.RestRequest
 
getRequestForCollectionCreate(String, boolean, JSONArray) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for creating multiple records with fewer round trips
getRequestForCollectionDelete(String, boolean, List<String>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for deleting multiple records with fewer round trips
getRequestForCollectionRetrieve(String, String, List<String>, List<String>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for retrieving multiple records with fewer round trips
getRequestForCollectionUpdate(String, boolean, JSONArray) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for updating multiple records with fewer round trips
getRequestForCollectionUpsert(String, boolean, String, String, JSONArray) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for upserting multiple records with fewer round trips
getRequestForCreate(String, String, Map<String, Object>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to create a record.
getRequestForDelete(String, String, String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to delete a record.
getRequestForDescribe(String, String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to completely describe the individual metadata at all levels for the specified object.
getRequestForDescribeGlobal(String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to list the available objects and their metadata for your organization's data.
getRequestForLimits(String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for getting information about limits in your org
getRequestForMetadata(String, String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to describe the individual metadata for the specified object.
getRequestForNotification(String, String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to get a notification.
getRequestForNotifications(String, Integer, Date, Date) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for getting notifications.
getRequestForNotificationsStatus(String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to get status of notifications for the user.
getRequestForNotificationsUpdate(String, List<String>, Date, Boolean, Boolean) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for updating notifications.
getRequestForNotificationUpdate(String, String, Boolean, Boolean) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for updating a notification.
getRequestForObjectLayout(String, String, String, String, String, String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to get object layout data.
getRequestForPrimingRecords(String, String, Long) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request for getting list of record related to offline briefcase
getRequestForQuery(String, String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to execute the specified SOQL query.
getRequestForQuery(String, String, int) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to execute the specified SOQL query.
getRequestForQueryAll(String, String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to execute the specified SOQL query which includes deleted records because of a merge or delete in the result set.
getRequestForResources(String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to list available resources for the specified API version, including resource name and URI.
getRequestForRetrieve(String, String, String, List<String>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to retrieve a record by object ID.
getRequestForSearch(String, String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to execute the specified SOSL search.
getRequestForSearchResultLayout(String, List<String>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to get search result layouts
getRequestForSearchScopeAndOrder(String) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to get search scope and order.
getRequestForSObjectTree(String, String, List<RestRequest.SObjectTree>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to create one or more sObject trees with root records of the specified type.
getRequestForUpdate(String, String, String, Map<String, Object>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to update a record.
getRequestForUpdate(String, String, String, Map<String, Object>, Date) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to update a record.
getRequestForUpsert(String, String, String, String, Map<String, Object>) - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to upsert (update or insert) a record.
getRequestForUserInfo() - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to get information about the user making the request.
getRequestForVersions() - Static method in class com.salesforce.androidsdk.rest.RestRequest
Request to get summary information about each Salesforce.com version currently available.
getRestClient(boolean) - Method in class com.salesforce.androidsdk.reactnative.bridge.SalesforceNetReactBridge
Returns the RestClient instance being used by this bridge.
getRestClient() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
Returns an instance of RestClient.
getRestClient(Activity, ClientManager.RestClientCallback) - Method in class com.salesforce.androidsdk.rest.ClientManager
Method to create a RestClient asynchronously.
getRSAPrivateKey(String) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an RSA keypair and returns the private key of length 2048.
getRSAPrivateKey(String, int) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an RSA keypair and returns the private key.
getRSAPublicKey(String) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an RSA keypair and returns the public key of length 2048.
getRSAPublicKey(String, int) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an RSA keypair and returns the public key.
getRSAPublicString(String) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an RSA keypair and returns the encoded public key string of length 2048.
getRSAPublicString(String, int) - Method in class com.salesforce.androidsdk.security.KeyStoreWrapper
Generates an RSA keypair and returns the encoded public key string.
getRuntimeConfig(Context) - Static method in class com.salesforce.androidsdk.config.RuntimeConfig
Method to (build and) get the singleton instance.
getRuntimeSettings() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Get SQLCipher runtime settings
getSchemaType() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns schema type.
getSDKInfo(Context) - Static method in class com.salesforce.androidsdk.phonegap.plugin.SDKInfoPlugin
 
getSelectedLoginServer() - Method in class com.salesforce.androidsdk.config.LoginServerManager
Returns the selected login server to display.
getSenderContext() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns sender context.
getSenderId() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns sender ID.
getSenderParentId() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns sender parent ID.
getSequenceId() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns sequence ID.
getServerListGroupId() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
Returns the server list group ID.
getSessionId() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns session ID.
getSessionStartTime() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns session start time.
getSHA256Hash(String) - Static method in class com.salesforce.androidsdk.security.SalesforceKeyGenerator
Returns the SHA-256 hashed value of the supplied private key.
getSize() - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Returns the number of log lines stored in this file.
getSmartStore(JSONObject) - Static method in class com.salesforce.androidsdk.phonegap.plugin.SmartStorePlugin
Return smartstore to use
getSmartStore(ReadableMap) - Static method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Return smartstore to use
getSmartStore() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns the database used by smart store for the current user.
getSmartStore(UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns the database used by smart store for a specified user.
getSmartStore(UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns the database used by smart store for a specified user in the specified community.
getSmartStore(String, UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns the database used by smart store for a specified database name and user in the specified community.
getSoupIndexSpecs(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of getSoupIndexSpecs
getSoupIndexSpecs(String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Return indexSpecs of soup
getSoupTableName(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Return table name for a given soup or null if the soup doesn't exist
getSoupTableName(long) - Static method in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
getSoupTableNameFromDb(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
getSQLCipherVersion() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Get SQLCipher version
getSsoUrls() - Method in class com.salesforce.androidsdk.util.AuthConfigUtil.MyDomainAuthConfig
Returns the configured SSO URLs.
getStartPage() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns the path to the start page (local or remote).
getStartTime() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns start time.
getStatusCode() - Method in class com.salesforce.androidsdk.rest.RestResponse
 
getStoreDir() - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
getStoredOrgId() - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Returns the stored org ID.
getStoredUserId() - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Returns the stored user ID.
getStoreName(JSONObject) - Static method in class com.salesforce.androidsdk.phonegap.plugin.SmartStorePlugin
Return the value of the storename argument
getStoreName() - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
getStoreName() - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
getStoreName() - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
getStoreVersion() - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
getStream(String) - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Returns stream for value of given key.
getStream(String) - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
getStream(String) - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
getString(RuntimeConfig.ConfigKey) - Method in class com.salesforce.androidsdk.config.RuntimeConfig
Get string run time configuration
getStringArray(RuntimeConfig.ConfigKey) - Method in class com.salesforce.androidsdk.config.RuntimeConfig
Get string array run time configuration
getStringArrayStoredAsArrayOrCSV(RuntimeConfig.ConfigKey) - Method in class com.salesforce.androidsdk.config.RuntimeConfig
Get string array run time configuration either stored as a string array or stored in a string field as CSV
getStringFromFile(File) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Retrieves data from a File.
getStringFromStream(InputStream) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Retrieves data from an InputStream.
getSyncStatus(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
Native implementation of getSyncStatus
getThumbnailUrl() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the thumbnail for this user.
getTokenErrorResponse() - Method in exception com.salesforce.androidsdk.auth.OAuth2.OAuthFailedException
Returns token error response.
getType() - Method in class com.salesforce.androidsdk.util.EventsObservable.Event
 
getType() - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue.BlockForEvent
 
getUnauthenticatedInstance() - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Returns the instance of this class associated with an unauthenticated user context.
getUnauthenticatedOkHttpBuilder() - Method in class com.salesforce.androidsdk.auth.HttpAccess
 
getUnauthenticatedRestClient(Activity, ClientManager.RestClientCallback) - Method in class com.salesforce.androidsdk.rest.ClientManager
Method to created an unauthenticated RestClient asynchronously
getUnauthenticatedStartPage() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns the path to the optional unauthenticated start page (for remote deferred authentication).
getUniqueId(String) - Static method in class com.salesforce.androidsdk.security.SalesforceKeyGenerator
Returns the unique ID being used.
getUniqueId(String, int) - Static method in class com.salesforce.androidsdk.security.SalesforceKeyGenerator
Returns the unique ID being used based on the key length.
getUrl() - Method in class com.salesforce.androidsdk.ui.SalesforceServerRadioButton
Returns the server URL.
getUserAgent() - Method in class com.salesforce.androidsdk.auth.HttpAccess
Returns the current user agent.
getUserAgent(String) - Method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
 
getUserDatabasePrefixList(Context, UserAccount, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Returns a list of all prefixes for user databases.
getUserFromOrgAndUserId(String, String) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Retrieves a stored user account from org ID and user ID.
getUserId() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the user ID for this user account.
getUserLevelFilenameSuffix() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at a user level.
getUserLevelStoragePath() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the user level storage path for this user account, relative to the higher level directory of app data.
getUsername() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the username for this user account.
getUsers(CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SFAccountManagerPlugin
Native implementation for the 'getUsers' action.
getUserStoresPrefixList() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns a list of store names for current user.
getUserStoresPrefixList(UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns a list of store names for given user.
getValue(String) - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Returns value stored for given key.
getValue(String) - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
getValue(String) - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
getVersionNumber(Context) - Static method in class com.salesforce.androidsdk.rest.ApiVersionStrings
Returns the API version number to be used.
getVFDomain() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the VF domain for this user.
getVFSid() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns the VF SID for this user.
getView(int, View, ViewGroup) - Method in class com.salesforce.androidsdk.ui.UserAccountAdapter
 
GLOBAL_STORE - Static variable in class com.salesforce.androidsdk.smartstore.ui.KeyValueStoreInspectorActivity
 
GLOBAL_STORE - Static variable in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
GLOBAL_SUFFIX - Static variable in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
 
GRANT_TYPE - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 

H

HALT_ON_ERROR - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
haltOnError - Variable in class com.salesforce.androidsdk.rest.BatchRequest
 
HAS_ERRORS - Static variable in class com.salesforce.androidsdk.rest.BatchResponse
 
hasCachedAppHome(Context) - Static method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClientHelper
 
hasErrors - Variable in class com.salesforce.androidsdk.rest.BatchResponse
 
hasFTS(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
hasFTS(IndexSpec[]) - Static method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
hasGlobalKeyValueStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Return whether there is a global key value store with given name
hasGlobalSmartStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns whether global smart store is enabled or not.
hash(String, String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Return HMAC SHA-256 hash of data using key.
hashCode() - Method in class com.salesforce.androidsdk.accounts.UserAccount
 
hashCode() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
hashCode() - Method in class com.salesforce.androidsdk.app.SdkVersion
 
hashCode() - Method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
hasIndexForPath(SQLiteDatabase, String, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Return true if the given path is indexed on the given soup
hasIndexForPath(String, String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Return true if the given path is indexed on the given soup
hasJSON1(IndexSpec[]) - Static method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
hasKeyValueStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Return whether there is a key value store with given name for current user
hasKeyValueStore(String, UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Return whether there is a key value store with given name for given user
hasKeyValueStore(String, UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Return whether there is a key value store with given name for given user / community id
hasKeyValueStore(Context, String) - Static method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Return boolean indicating if a key value store with the given (full) name already exists
hasNetwork() - Method in class com.salesforce.androidsdk.auth.HttpAccess
Returns the status of network connectivity.
hasSmartStore() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns whether smart store is enabled for the current user or not.
hasSmartStore(UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns whether smart store is enabled for the specified user or not.
hasSmartStore(UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns whether smart store is enabled for the specified community or not.
hasSmartStore(String, UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Returns whether smart store is enabled for the specified database or not.
hasSoup(SQLiteDatabase, String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Return true if given soup exists
hasSoup(String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Check if soup exists
hasSoups() - Method in class com.salesforce.androidsdk.smartstore.config.StoreConfig
Return true if soups are defined in config
HTTP_DATE_FORMAT - Static variable in class com.salesforce.androidsdk.rest.RestRequest
HTTP date format
HTTP_HEADERS - Static variable in class com.salesforce.androidsdk.rest.CompositeResponse
 
HTTP_HEADERS - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
HTTP_STATUS_CODE - Static variable in class com.salesforce.androidsdk.rest.CompositeResponse
 
HttpAccess - Class in com.salesforce.androidsdk.auth
Generic HTTP Access layer - used internally by RestClient and OAuth2.
HttpAccess(Context, String) - Constructor for class com.salesforce.androidsdk.auth.HttpAccess
Parameterized constructor.
HttpAccess.NoNetworkException - Exception in com.salesforce.androidsdk.auth
Exception thrown if the device is offline, during an attempted HTTP call.
HttpAccess.UserAgentInterceptor - Class in com.salesforce.androidsdk.auth
Interceptor that adds user agent header
httpHeaders - Variable in class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
httpStatusCode - Variable in class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
HYBRID_AUTH_CODE - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
HybridApp - Class in com.salesforce.androidsdk.phonegap.app
Application class used by hybrid applications.
HybridApp() - Constructor for class com.salesforce.androidsdk.phonegap.app.HybridApp
 

I

i(String, String) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs an info log line.
i(String, String, Throwable) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs an info log line.
i(Context, String, String) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs an info log line.
i(Context, String, String, Throwable) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs an info log line.
i(String, String) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs an info log line.
i(String, String, Throwable) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs an info log line.
i(String, String) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs an info log line.
i(String, String, Throwable) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs an info log line.
i(String, String) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs an info log line.
i(String, String, Throwable) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs an info log line.
i(String, String) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs an info log line.
i(String, String, Throwable) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs an info log line.
ID - Static variable in class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
id - Variable in class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
ID - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingRecord
 
id - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingRecord
 
ID_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
ID_PREDICATE - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
ID_URL - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
IDENTITY_URL - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
identityUrl - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
IdServiceResponse(Response) - Constructor for class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
Parameterized constructor built from identity service response.
IdServiceResponse(JSONObject) - Constructor for class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
Parameterized constructor built from identity service response json.
idsSmartSql - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
idToken - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
idUrl(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets identity URL.
idUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
idUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
idUrlWithInstance - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
IF_UNMODIFIED_SINCE - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
INDEX_PATH - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
INDEXES - Static variable in class com.salesforce.androidsdk.smartstore.config.StoreConfig
 
IndexSpec - Class in com.salesforce.androidsdk.smartstore.store
Simple class to represent index spec
IndexSpec(String, SmartStore.Type) - Constructor for class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
IndexSpec(String, SmartStore.Type, String) - Constructor for class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
init(Context) - Static method in class com.salesforce.androidsdk.auth.HttpAccess
Initializes HttpAccess.
init(CordovaWebView, CordovaInterface, CordovaWebViewEngine.Client, CordovaResourceApi, PluginManager, NativeToJsMessageQueue) - Method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewEngine
 
init(Context) - Static method in class com.salesforce.androidsdk.util.test.TestCredentials
 
initFromDbRow(SmartStore, long, JSONObject, String) - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
 
initFromDbRow(SmartStore, long, JSONObject, String) - Method in class com.salesforce.androidsdk.smartstore.store.LongOperation
 
initHybrid(Context) - Static method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Initializes components required for this class to properly function.
initHybrid(Context, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Initializes components required for this class to properly function.
initHybrid(Context, Class<? extends SalesforceDroidGapActivity>, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Initializes components required for this class to properly function.
initNative(Context, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.mobilesync.app.MobileSyncSDKManager
Initializes components required for this class to properly function.
initNative(Context, Class<? extends Activity>, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.mobilesync.app.MobileSyncSDKManager
Initializes components required for this class to properly function.
initNative(Context, Class<? extends Activity>, Class<? extends Activity>, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.mobilesync.app.MobileSyncSDKManager
Initializes components required for this class to properly function.
initNative(Context, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Initializes components required for this class to properly function.
initNative(Context, Class<? extends Activity>, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Initializes components required for this class to properly function.
initNative(Context, Class<? extends Activity>, Class<? extends Activity>, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Initializes components required for this class to properly function.
initReactNative(Context, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.reactnative.app.SalesforceReactSDKManager
Initializes components required for this class to properly function.
initReactNative(Context, Class<? extends Activity>, Class<? extends Activity>) - Static method in class com.salesforce.androidsdk.reactnative.app.SalesforceReactSDKManager
Initializes components required for this class to properly function.
insert(SQLiteDatabase, String, ContentValues) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Does an insert
INSTANCE_SERVER - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
INSTANCE_URL - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
INSTANCE_URL_UPDATE_INTENT - Static variable in class com.salesforce.androidsdk.rest.ClientManager
 
instanceServer(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets instance server.
instanceUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
instanceUrl - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
InstrumentationEvent - Class in com.salesforce.androidsdk.analytics.model
Represents a typical instrumentation event.
InstrumentationEvent(JSONObject) - Constructor for class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Constructs an event from its JSON representation.
InstrumentationEvent.ErrorType - Enum in com.salesforce.androidsdk.analytics.model
Represents the type of error being logged.
InstrumentationEvent.EventType - Enum in com.salesforce.androidsdk.analytics.model
Represents the type of event being logged.
InstrumentationEvent.SchemaType - Enum in com.salesforce.androidsdk.analytics.model
Represents the type of schema being logged.
InstrumentationEventBuilder - Class in com.salesforce.androidsdk.analytics.model
Builder class that helps create a new InstrumentationEvent object.
InstrumentationEventBuilder.EventBuilderException - Exception in com.salesforce.androidsdk.analytics.model
Exception thrown if the event can not be built.
intercept(Chain) - Method in class com.salesforce.androidsdk.auth.HttpAccess.UserAgentInterceptor
 
intercept(Chain) - Method in class com.salesforce.androidsdk.rest.RestClient.OAuthRefreshInterceptor
 
INTERNAL_COMMUNITY_ID - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
INTERNAL_COMMUNITY_PATH - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
invalidateToken(String) - Method in class com.salesforce.androidsdk.rest.ClientManager
Invalidate current auth token.
invoke(Callback, JSONObject) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
invoke(Callback, JSONArray) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
invoke(Callback, String) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
invoke(Callback, boolean) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
invoke(Callback, int) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
isAbsoluteUrl(String) - Static method in class com.salesforce.androidsdk.config.BootConfig
Convenience method to determine whether a configured startPage value is an absolute URL.
isActive - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
isBase64Encoded(String) - Static method in class com.salesforce.androidsdk.analytics.security.Encryptor
Checks if the string is Base64 encoded.
isBrowserLoginEnabled() - Method in class com.salesforce.androidsdk.util.AuthConfigUtil.MyDomainAuthConfig
Returns whether browser login has been enabled in this auth config.
isCurrent() - Method in class com.salesforce.androidsdk.phonegap.plugin.JavaScriptPluginVersion
 
isCustom - Variable in class com.salesforce.androidsdk.config.LoginServerManager.LoginServer
 
isCustom() - Method in class com.salesforce.androidsdk.ui.SalesforceServerRadioButton
Returns whether this is a custom server or not.
isDev() - Method in class com.salesforce.androidsdk.app.SdkVersion
 
isEmpty() - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
isEmpty() - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
isEmpty() - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
isFileLoggingEnabled() - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Returns if file logging is enabled or not.
isGreaterThan(SdkVersion) - Method in class com.salesforce.androidsdk.app.SdkVersion
 
isGreaterThanOrEqualTo(SdkVersion) - Method in class com.salesforce.androidsdk.app.SdkVersion
 
isHybrid() - Method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
 
isLessThan(SdkVersion) - Method in class com.salesforce.androidsdk.app.SdkVersion
 
isLessThanOrEqualTo(SdkVersion) - Method in class com.salesforce.androidsdk.app.SdkVersion
 
isLocal() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns if the start page is local or a VF page.
isLoggingEnabled() - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Returns whether logging is enabled or disabled.
isLoggingEnabled() - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Returns whether logging is enabled or disabled.
isManagedApp() - Method in class com.salesforce.androidsdk.config.RuntimeConfig
Returns true if application is managed
isMember(SmartStore.Type) - Method in enum com.salesforce.androidsdk.smartstore.store.SmartStore.TypeGroup
 
isNewer() - Method in class com.salesforce.androidsdk.phonegap.plugin.JavaScriptPluginVersion
 
ISO8601_DATE_FORMAT - Static variable in class com.salesforce.androidsdk.rest.RestRequest
Salesforce timestamp format.
isOlder() - Method in class com.salesforce.androidsdk.phonegap.plugin.JavaScriptPluginVersion
 
isOrgLevel() - Method in class com.salesforce.androidsdk.config.AbstractPrefsManager
 
isOrgLevel() - Method in class com.salesforce.androidsdk.config.AdminPermsManager
 
isOrgLevel() - Method in class com.salesforce.androidsdk.config.AdminSettingsManager
 
isPNG() - Method in enum com.salesforce.androidsdk.rest.files.RenditionType
 
isRefreshTokenInvalid() - Method in exception com.salesforce.androidsdk.auth.OAuth2.OAuthFailedException
Returns if the refresh token is valid.
isShareBrowserSessionEnabled() - Method in class com.salesforce.androidsdk.util.AuthConfigUtil.MyDomainAuthConfig
Returns whether share browser session has been enabled in this auth config.
isSuccess() - Method in class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
isSuccess() - Method in class com.salesforce.androidsdk.rest.RestResponse
 
isSuccess(int) - Static method in class com.salesforce.androidsdk.rest.RestResponse
 
isValidStoreName(String) - Static method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Store name can only contain letters, digits and _ and cannot exceed 96 characters
iterateAllEvents() - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Streams all the events stored on the filesystem.

J

JavaScriptPluginVersion - Class in com.salesforce.androidsdk.phonegap.plugin
Object that encapsulate the version reported by the javascript side
JavaScriptPluginVersion(String) - Constructor for class com.salesforce.androidsdk.phonegap.plugin.JavaScriptPluginVersion
 
json - Variable in class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
json - Variable in class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
json - Variable in class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
JSONObjectHelper - Class in com.salesforce.androidsdk.util
This allows other classes (primarily test classes) to register & receive events generated by the sdk.
JSONObjectHelper() - Constructor for class com.salesforce.androidsdk.util.JSONObjectHelper
 

K

KEY_CLIENT_ID - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_COMMUNITY_ID - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_COMMUNITY_URL - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_CONTENT_DOMAIN - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_CONTENT_SID - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_CSRF_TOKEN - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_DISPLAY_NAME - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_EMAIL - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_FIRST_NAME - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_ID_URL - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_INSTANCE_URL - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_LANGUAGE - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_LAST_NAME - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_LIGHTNING_DOMAIN - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_LIGHTNING_SID - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_LOCALE - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_LOGIN_URL - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_NATIVE_LOGIN - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_ORG_ID - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_PHOTO_URL - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_SUFFIX - Static variable in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
KEY_THUMBNAIL_URL - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_USER_ID - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_USERNAME - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_VALUE_STORES - Static variable in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
KEY_VF_DOMAIN - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
KEY_VF_SID - Static variable in class com.salesforce.androidsdk.auth.AuthenticatorService
 
keySet() - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Get all keys.
keySet() - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
keySet() - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
KeyStoreWrapper - Class in com.salesforce.androidsdk.security
This class provides utilities to interact with the Android KeyStore.
KeyStoreWrapper() - Constructor for class com.salesforce.androidsdk.security.KeyStoreWrapper
 
KeyValueEncryptedFileStore - Class in com.salesforce.androidsdk.smartstore.store
Key-value store backed by file system.
KeyValueEncryptedFileStore(Context, String, String) - Constructor for class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Constructor
KeyValueStore - Interface in com.salesforce.androidsdk.smartstore.store
 
KeyValueStoreInspectorActivity - Class in com.salesforce.androidsdk.smartstore.ui
 
KeyValueStoreInspectorActivity() - Constructor for class com.salesforce.androidsdk.smartstore.ui.KeyValueStoreInspectorActivity
 
KV_VERSION - Static variable in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 

L

LANGUAGE - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
language(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets language.
language - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
LANGUAGE - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
LAST - Static variable in enum com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation.AlterSoupStep
 
LAST_MODIFIED_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
LAST_NAME - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
lastModifiedDate - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
lastName(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets last name.
lastName - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
lastName - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
LIGHTNING_DOMAIN - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
LIGHTNING_SID - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
lightningDomain(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets lightning domain.
lightningDomain - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
lightningDomain - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
lightningSid(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets lightning SID.
lightningSid - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
lightningSid - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
LIKE_KEY - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
likeKey - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
limitRawQuery(SQLiteDatabase, String, String, String...) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Does a limit for a raw query
loadApp(String) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivityDelegate
 
loadLibsIfNeeded(Context) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
 
loadReactAppOnceIfReady(String) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivityDelegate
Loads the app once it's ready.
LOCALE - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
locale(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets locale.
locale - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
LOCALE - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
log(SalesforceLogger.Level, String, String) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs a log line of the specified level.
log(SalesforceLogger.Level, String, String, Throwable) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs a log line of the specified level.
login() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
LOGIN_SERVER - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
LOGIN_URL - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
LoginOptions(String, String, String, String[]) - Constructor for class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
LoginOptions(String, String, String, String[], String) - Constructor for class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
LoginOptions(String, String, String, String[], String, Map<String, String>) - Constructor for class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
loginServer(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets login server.
LoginServer(String, String, boolean) - Constructor for class com.salesforce.androidsdk.config.LoginServerManager.LoginServer
Parameterized constructor.
LoginServerManager - Class in com.salesforce.androidsdk.config
Class to manage login hosts (default and user entered).
LoginServerManager(Context) - Constructor for class com.salesforce.androidsdk.config.LoginServerManager
Parameterized constructor.
LoginServerManager.LoginServer - Class in com.salesforce.androidsdk.config
Class to encapsulate a login server name, URL, index and type (custom or not).
loginUrl - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
logout(JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SFAccountManagerPlugin
Native implementation for the 'logout' action.
logout(Callback) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
Method called from bridge to logout.
LogoutCompleteReceiver - Class in com.salesforce.androidsdk.util
Listens for the logout complete event, and acts on it.
LogoutCompleteReceiver() - Constructor for class com.salesforce.androidsdk.util.LogoutCompleteReceiver
 
logoutCurrentUser(CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SalesforceOAuthPlugin
Native implementation for "logout" action
logoutCurrentUser(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SalesforceOauthReactBridge
 
LONG_OPERATIONS_STATUS_TABLE - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
LongOperation - Class in com.salesforce.androidsdk.smartstore.store
 
LongOperation() - Constructor for class com.salesforce.androidsdk.smartstore.store.LongOperation
 
LongOperation.LongOperationType - Enum in com.salesforce.androidsdk.smartstore.store
Enum for long operations types
lookupSoupEntryId(String, String, String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Look for a soup element where fieldPath's value is fieldValue Return its soupEntryId Return -1 if not found Throw an exception if fieldName is not indexed Throw an exception if more than one soup element are found

M

makeJSONObject(String, Object) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
 
ManagedFilesHelper - Class in com.salesforce.androidsdk.util
Utility class for listing / removing files "managed" by Mobile SDK.
ManagedFilesHelper() - Constructor for class com.salesforce.androidsdk.util.ManagedFilesHelper
 
ManageSpaceActivity - Class in com.salesforce.androidsdk.ui
Displays an activity that gives the user the option to clear app data and log out, or cancel the clear user data option.
ManageSpaceActivity() - Constructor for class com.salesforce.androidsdk.ui.ManageSpaceActivity
 
mapForIndexSpecs(IndexSpec[]) - Static method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
MapUtil - Class in com.salesforce.androidsdk.util
A simple util class that has methods to serialize and deserialize Map and Bundle.
MapUtil() - Constructor for class com.salesforce.androidsdk.util.MapUtil
 
marks(JSONObject) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets marks.
MARKS_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
MATCH_KEY - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
matchKey - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
MAX_BATCH_SIZE - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
MAX_COLLECTION_RETRIEVE_SIZE - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
MAX_STORE_NAME_LENGTH - Static variable in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
MEDIA_TYPE_JSON - Static variable in class com.salesforce.androidsdk.rest.RestRequest
application/json media type
MemCachedKeyValueStore - Class in com.salesforce.androidsdk.smartstore.store
Key value store that keeps recently accessed values in a in-memory lru cache for faster access
MemCachedKeyValueStore(KeyValueStore, int) - Constructor for class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
message - Variable in class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin.TestResult
 
MESSAGE - Static variable in class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
message - Variable in class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
metadataSoapUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
METHOD - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
MIN_BATCH_SIZE - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
mobilePolicyConfigured - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
MobileSyncPlugin - Class in com.salesforce.androidsdk.phonegap.plugin
PhoneGap plugin for mobile sync.
MobileSyncPlugin() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.MobileSyncPlugin
 
MobileSyncReactBridge - Class in com.salesforce.androidsdk.reactnative.bridge
 
MobileSyncReactBridge(ReactApplicationContext) - Constructor for class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
 
MobileSyncSDKManager - Class in com.salesforce.androidsdk.mobilesync.app
SDK Manager for all native applications that use MobileSync.
MobileSyncSDKManager(Context, Class<? extends Activity>, Class<? extends Activity>, Class<? extends Activity>) - Constructor for class com.salesforce.androidsdk.mobilesync.app.MobileSyncSDKManager
Protected constructor.
moveCursorToPageIndex(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of moveCursorToPageIndex
moveToPageIndex(int) - Method in class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
MyDomainAuthConfig(JSONObject) - Constructor for class com.salesforce.androidsdk.util.AuthConfigUtil.MyDomainAuthConfig
Parameterized constructor.

N

name(String) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets name.
name - Variable in class com.salesforce.androidsdk.config.LoginServerManager.LoginServer
 
NAME - Static variable in class com.salesforce.androidsdk.ui.DevInfoActivity
 
NAME_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
NATIVE_LOGIN - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
nativeLogin(Boolean) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets if the user authenticated with native login.
nativeLogin - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
nickname - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
NO_STORE - Static variable in class com.salesforce.androidsdk.smartstore.ui.KeyValueStoreInspectorActivity
 
NoNetworkException(String) - Constructor for exception com.salesforce.androidsdk.auth.HttpAccess.NoNetworkException
 
notifyEvent(EventsObservable.EventType) - Method in class com.salesforce.androidsdk.util.EventsObservable
 
notifyEvent(EventsObservable.EventType, Object) - Method in class com.salesforce.androidsdk.util.EventsObservable
 
NOUSER - Static variable in class com.salesforce.androidsdk.rest.RestClient.UnauthenticatedClientInfo
 

O

OAuth2 - Class in com.salesforce.androidsdk.auth
Helper methods for common OAuth2 requests.
OAuth2() - Constructor for class com.salesforce.androidsdk.auth.OAuth2
 
OAuth2.IdServiceResponse - Class in com.salesforce.androidsdk.auth
Helper class to parse an identity service response.
OAuth2.OAuthFailedException - Exception in com.salesforce.androidsdk.auth
Exception thrown when the refresh flow fails.
OAuth2.TokenEndpointResponse - Class in com.salesforce.androidsdk.auth
Helper class to parse a token refresh response.
OAuth2.TokenErrorResponse - Class in com.salesforce.androidsdk.auth
Helper class to parse a token refresh error response.
OAUTH_AUTH_PATH - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
OAUTH_ENDPOINT_HEADLESS_INIT_PASSWORDLESS_LOGIN - Static variable in class com.salesforce.androidsdk.auth.OAuth2
Endpoint path for Salesforce Identity API initialize headless, password-less login flow
OAUTH_TOKEN_PATH - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
OAuthRefreshInterceptor(RestClient.ClientInfo, String, RestClient.AuthTokenProvider) - Constructor for class com.salesforce.androidsdk.rest.RestClient.OAuthRefreshInterceptor
Constructs a SalesforceHttpInterceptor with the given clientInfo, authToken and authTokenProvider.
onActivityResult(int, int, Intent) - Method in class com.salesforce.androidsdk.ui.ScreenLockActivity
 
onAuthConfigFetched() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
 
onBackPressed() - Method in class com.salesforce.androidsdk.ui.ScreenLockActivity
 
onBackPressed() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
Sets the return value of the activity.
onBind(Intent) - Method in class com.salesforce.androidsdk.auth.AuthenticatorService
 
onCheckedChanged(RadioGroup, int) - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
 
onClearClick(View) - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
Called when "Clear" button is clicked
onClose() - Method in interface com.salesforce.androidsdk.analytics.util.WatchableStream.Watcher
 
onConfigure(SQLiteDatabase) - Method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
 
onCreate() - Method in class com.salesforce.androidsdk.phonegap.app.HybridApp
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
onCreate(SQLiteDatabase) - Method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.smartstore.ui.KeyValueStoreInspectorActivity
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.ui.AccountSwitcherActivity
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.ui.DevInfoActivity
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.ui.ManageSpaceActivity
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.ui.SalesforceActivity
 
onCreate() - Method in class com.salesforce.androidsdk.ui.SalesforceActivityDelegate
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.ui.SalesforceExpandableListActivity
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.ui.SalesforceListActivity
Deprecated.
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.ui.ScreenLockActivity
 
onCreate(Bundle) - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
 
onCreateOptionsMenu(Menu) - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
 
onDestroy() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
onDestroy() - Method in class com.salesforce.androidsdk.ui.ManageSpaceActivity
 
onDestroy() - Method in class com.salesforce.androidsdk.ui.SalesforceActivity
 
onDestroy() - Method in class com.salesforce.androidsdk.ui.SalesforceActivityDelegate
 
onDestroy() - Method in class com.salesforce.androidsdk.ui.SalesforceExpandableListActivity
 
onDestroy() - Method in class com.salesforce.androidsdk.ui.SalesforceListActivity
Deprecated.
 
onDestroy() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
 
onError(Exception) - Method in interface com.salesforce.androidsdk.rest.RestClient.AsyncRequestCallback
NB: onError runs on a network thread If you are making your call from an activity and need to make UI changes make sure to call runOnUiThread runOnUiThread(new Runnable() {
onErrorAuthenticateOffline() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
Called if shouldAuthenticate() returned true but device is offline.
onEvent(EventsObservable.Event) - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue
 
onEvent(EventsObservable.Event) - Method in interface com.salesforce.androidsdk.util.test.EventsObserver
 
onGetValueClick(View) - Method in class com.salesforce.androidsdk.smartstore.ui.KeyValueStoreInspectorActivity
 
onHomePage(Context, WebView, String) - Static method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClientHelper
To be called from onPageFinished.
onIndicesClick(View) - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
Called when "Indices" button is clicked
onItemSelected(<any>, View, int, long) - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
Called when item selected in stores drop down
onKeyUp(int, KeyEvent) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
onKeyUp(int, KeyEvent) - Method in class com.salesforce.androidsdk.ui.SalesforceActivity
 
onKeyUp(int, KeyEvent) - Method in class com.salesforce.androidsdk.ui.SalesforceActivityDelegate
 
onKeyUp(int, KeyEvent) - Method in class com.salesforce.androidsdk.ui.SalesforceExpandableListActivity
 
onKeyUp(int, KeyEvent) - Method in class com.salesforce.androidsdk.ui.SalesforceListActivity
Deprecated.
 
onLogoutComplete() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
onLogoutComplete() - Method in class com.salesforce.androidsdk.ui.SalesforceActivity
 
onLogoutComplete() - Method in interface com.salesforce.androidsdk.ui.SalesforceActivityInterface
Performs actions on logout complete.
onLogoutComplete() - Method in class com.salesforce.androidsdk.ui.SalesforceExpandableListActivity
 
onLogoutComplete() - Method in class com.salesforce.androidsdk.ui.SalesforceListActivity
Deprecated.
 
onLogoutComplete() - Method in class com.salesforce.androidsdk.util.LogoutCompleteReceiver
 
onMessageReceived(RemoteMessage) - Method in class com.salesforce.androidsdk.push.SFDCFcmListenerService
Called when message is received.
onNavigateUp() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
 
onNewToken(String) - Method in class com.salesforce.androidsdk.push.SFDCFcmListenerService
 
onNothingSelected(<any>) - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
Called when no item is selected in stores drop down
onOptionsItemSelected(MenuItem) - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
 
onPageFinished(WebView, String) - Method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClient
 
onPause() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
onPause() - Method in class com.salesforce.androidsdk.ui.SalesforceActivity
 
onPause() - Method in class com.salesforce.androidsdk.ui.SalesforceActivityDelegate
 
onPause() - Method in class com.salesforce.androidsdk.ui.SalesforceExpandableListActivity
 
onPause() - Method in class com.salesforce.androidsdk.ui.SalesforceListActivity
Deprecated.
 
onReceive(Context, Intent) - Method in class com.salesforce.androidsdk.util.LogoutCompleteReceiver
 
onReceive(Context, Intent) - Method in class com.salesforce.androidsdk.util.test.BroadcastListenerQueue
 
onReceive(Context, Intent) - Method in class com.salesforce.androidsdk.util.UserSwitchReceiver
 
onResetClick(View) - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
Called when the 'Reset' button is clicked.
onResume() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
onResume(RestClient) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
onResume() - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
onResume() - Method in class com.salesforce.androidsdk.ui.AccountSwitcherActivity
 
onResume() - Method in class com.salesforce.androidsdk.ui.SalesforceActivity
 
onResume(boolean) - Method in class com.salesforce.androidsdk.ui.SalesforceActivityDelegate
Brings up ScreenLock if needed Build RestClient if requested and then calls activity.onResume(restClient) Otherwise calls activity.onResume(null)
onResume(RestClient) - Method in interface com.salesforce.androidsdk.ui.SalesforceActivityInterface
Method that is called after the activity resumes once we have a RestClient.
onResume() - Method in class com.salesforce.androidsdk.ui.SalesforceExpandableListActivity
 
onResume() - Method in class com.salesforce.androidsdk.ui.SalesforceListActivity
Deprecated.
 
onResume() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
 
onRunClick(View) - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
Called when "Run" button is clicked
onSoupsClick(View) - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
Called when "Soups" button is clicked
onSuccess(RestRequest, RestResponse) - Method in interface com.salesforce.androidsdk.rest.RestClient.AsyncRequestCallback
NB: onSuccess runs on a network thread If you are making your call from an activity and need to make UI changes make sure to first consume the response and then call runOnUiThread result.consumeQuietly(); // consume before going back to main thread runOnUiThread(new Runnable() {
onUpgrade(SQLiteDatabase, int, int) - Method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
 
onUserSwitch() - Method in class com.salesforce.androidsdk.util.UserSwitchReceiver
 
onUserSwitched() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
onUserSwitched() - Method in class com.salesforce.androidsdk.ui.SalesforceActivity
 
onUserSwitched() - Method in interface com.salesforce.androidsdk.ui.SalesforceActivityInterface
Performs actions on user switched.
onUserSwitched() - Method in class com.salesforce.androidsdk.ui.SalesforceExpandableListActivity
 
onUserSwitched() - Method in class com.salesforce.androidsdk.ui.SalesforceListActivity
Deprecated.
 
opt(JSONObject, String) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Return null if object doesn't have key or if obj has null for key JSONObject.opt(key) return the JSONObject.NULL if object has null for key and null if object doesn't have key
opt(JSONArray, int) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Return null if arr doesn't have value at index or the value is null JSONArray.opt(index) return the JSONObject.NULL if array has null at index and null if array doesn't have value at index
optString(JSONObject, String) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Return null if obj doesn't have key or if obj has null for key JSONObject.optString(key, fallback) returns the string "null" if object has null for key and null if object doesn't have key
optString(JSONObject, String, String) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Return the fallback if obj doesn't have key or if obj has null for key JSONObject.optString(key, fallback) returns the string "null" if object has null for key and null is object doesn't have key
optStringArray(JSONObject, String) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Return null if obj doesn't have key or if obj has null for key - and return value as a String[] otherwise
ORDER - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
order - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
ORDER_PATH - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
orderPath - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
ORG_ID - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
ORG_ID - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
orgId(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets org ID.
orgId - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
orgId - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
orgId - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
ownedFilesList(String, Integer) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a Request that can fetch a page from the files owned by the specified user.

P

page(JSONObject) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets page.
PAGE_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
PAGE_SIZE - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
PAGE_SIZE - Static variable in class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
pageSize - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
parse(Uri) - Static method in class com.salesforce.androidsdk.util.UriFragmentParser
look for # error fragments and standard url param errors, like the user clicked deny on the auth page
parseDateString(String) - Static method in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
parseFromString(String) - Static method in class com.salesforce.androidsdk.app.SdkVersion
 
partnerSoapUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
path - Variable in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
path - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
PATH_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
peekEvent() - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue
 
peekRestClient() - Method in class com.salesforce.androidsdk.rest.ClientManager
 
peekRestClient(UserAccount) - Method in class com.salesforce.androidsdk.rest.ClientManager
Method to create RestClient synchronously.
peekRestClient(Account) - Method in class com.salesforce.androidsdk.rest.ClientManager
 
peekUnauthenticatedRestClient() - Method in class com.salesforce.androidsdk.rest.ClientManager
Method to create an unauthenticated RestClient.
PHOTO_URL - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
PHOTO_URL - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
photos - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
photoUrl(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets photo URL.
photoUrl - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
pictureUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
pluck(JSONArray, String) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Given a JSONArray of JSONObject, return list made of values for key
pluck(JSONObject[], String) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Given an array of JSONObject, return list made of values for key
PluginConstants - Class in com.salesforce.androidsdk.phonegap.plugin
 
PluginConstants() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.PluginConstants
 
PREVIOUS_PAGE_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
previousPage(JSONObject) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets previous page.
PRIMING_RECORDS - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
PrimingRecord(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingRecord
 
primingRecords - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
PrimingRecordsResponse - Class in com.salesforce.androidsdk.rest
PrimingRecordsResponse: Class to represent response for a priming records request.
PrimingRecordsResponse(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
PrimingRecordsResponse.PrimingRecord - Class in com.salesforce.androidsdk.rest
 
PrimingRecordsResponse.PrimingRuleError - Class in com.salesforce.androidsdk.rest
 
PrimingRecordsResponse.PrimingStats - Class in com.salesforce.androidsdk.rest
 
PrimingRuleError(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingRuleError
 
PrimingStats(JSONObject) - Constructor for class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
PRODUCTION_LOGIN_URL - Static variable in class com.salesforce.androidsdk.config.LoginServerManager
 
profileUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
project(JSONObject, String) - Static method in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
projectReturningNULLObject(JSONObject, String) - Static method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Same as project but returns JSONObject.NULL if node found but without value and null if node not found
publish(JSONArray) - Method in class com.salesforce.androidsdk.analytics.AILTNPublisher
 
publish(JSONArray) - Method in interface com.salesforce.androidsdk.analytics.AnalyticsPublisher
Publishes events to a network endpoint.
publishAllEvents() - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Publishes all stored events to all registered network endpoints after applying the required event format transforms.
publishEvent(InstrumentationEvent) - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Publishes an event to all registered network endpoints after applying the required event format transforms.
publishEvents(Iterable<InstrumentationEvent>) - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Publishes a list of events to all registered network endpoints after applying the required event format transforms.
publishLogLines(JSONArray) - Method in class com.salesforce.androidsdk.analytics.AILTNPublisher
 

Q

qualifyMatchKey(String, String) - Static method in class com.salesforce.androidsdk.smartstore.store.QuerySpec
fts5 doesn't allow WHERE column MATCH 'value' - only allows WHERE table MATCH 'column:value' This method changes the matchKey to add field: in the right places
query(SQLiteDatabase, String, String[], String, String, String, String...) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Runs a query
query(QuerySpec, int) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Run a query given by its query spec Returns results from selected page
QUERY_TYPE - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
queryAsString(StringBuilder, QuerySpec, int) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Run a query given by its query Spec Returns results from selected page without deserializing any JSON
querySoup(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of querySoup
QuerySpec - Class in com.salesforce.androidsdk.smartstore.store
Simple class to represent a query spec
QuerySpec.Order - Enum in com.salesforce.androidsdk.smartstore.store
Simple class to represent query order
QuerySpec.QueryType - Enum in com.salesforce.androidsdk.smartstore.store
Query type enum
queryType - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
queryWithArgs(QuerySpec, int, String...) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Run a query given by its query spec with optional "where args" (i.e.

R

ReactBridgeHelper - Class in com.salesforce.androidsdk.reactnative.bridge
 
ReactBridgeHelper() - Constructor for class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
READ_TIMEOUT - Static variable in class com.salesforce.androidsdk.auth.HttpAccess
 
readAndRemoveFileAsArray() - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Returns all log lines stored in FIFO and removes them as they are being read.
readAndRemoveFileAsList() - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Returns all log lines stored in FIFO and removes them as they are being read.
readAndRemoveLogLinesAsArray(int) - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Returns an array of log lines in FIFO and removes them as they are being read.
readAndRemoveLogLinesAsList(int) - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Returns a list of log lines in FIFO and removes them as they are being read.
readAssetFile(Context, String) - Static method in class com.salesforce.androidsdk.util.ResourceReaderHelper
Reads the contents of an asset file at the specified path.
readLogLine() - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Returns a single log line in FIFO.
readResourceFile(Context, int) - Static method in class com.salesforce.androidsdk.util.ResourceReaderHelper
Reads the content of a resource file
readStream(InputStream) - Static method in class com.salesforce.androidsdk.util.ResourceReaderHelper
 
readyForTests - Static variable in class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin
 
rebuildDisplay() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
Rebuilds the display.
RECORD_COUNT_SERVED - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
RECORD_COUNT_TOTAL - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
recordCountServed - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
recordCountTotal - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
RECORDS - Static variable in class com.salesforce.androidsdk.rest.RestRequest
Misc keys appearing in requests
REDIRECT_URI - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
REFERENCE_ID - Static variable in class com.salesforce.androidsdk.rest.CompositeResponse
 
REFERENCE_ID - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
referenceId - Variable in class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
refIdToRequests - Variable in class com.salesforce.androidsdk.rest.CompositeRequest
 
REFRESH_TOKEN - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
REFRESH_TOKEN - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
refreshAccessToken() - Method in class com.salesforce.androidsdk.rest.RestClient.OAuthRefreshInterceptor
Swaps the existing access token for a new one.
refreshAuthToken(HttpAccess, URI, String, String, Map<String, String>) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Gets a new auth token using the refresh token.
refreshToken(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets refresh token.
refreshToken(UserAccount) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Attempts to refresh the access token for this user by making an API call to the "/token" endpoint.
refreshToken - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
RefreshTokenRevokedException(String, Throwable) - Constructor for exception com.salesforce.androidsdk.rest.RestClient.RefreshTokenRevokedException
 
registerAppFeature(JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SDKInfoPlugin
Native implementation for "registerAppFeature" action.
registerBlock(EventsListenerQueue.BlockForEvent) - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue
Register a block of code to run the next time a certain event is fired
registerSoup(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of registerSoup
registerSoup(String, IndexSpec[]) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Register a soup.
registerSoups(SmartStore) - Method in class com.salesforce.androidsdk.smartstore.config.StoreConfig
Register the soup from the config in the given store NB: only feedback is through the logs - the config is static so getting it right is something the developer should do while writing the app
registerSoupUsingTableName() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Step 3: register soup with new indexes
registerSoupUsingTableName(String, IndexSpec[], String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Helper method for registerSoup
reIndexSoup(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of reIndexSoup
reIndexSoup() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Step 5: re-index soup for new indexes (optional step)
reIndexSoup(String, String[], boolean) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Re-index all soup elements for passed indexPaths NB: only indexPath that have IndexSpec on them will be indexed
RELAY_TOKEN - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
relayToken - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
removeAccount(Account) - Method in class com.salesforce.androidsdk.rest.ClientManager
Removes the user account from the account manager.
removeAccounts(Account[]) - Method in class com.salesforce.androidsdk.rest.ClientManager
Remove all of the accounts passed in.
removeAllFiles(File) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Removes all files and folders in the given directory recursively as well as removes itself.
removeAllGlobalKeyValueStores() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes all the global key value stores.
removeAllGlobalStores(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of removeAllGlobalStores
removeAllGlobalStores() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes all the global stores.
removeAllKeyValueStores() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes all the key value stores for current user.
removeAllKeyValueStores(UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes all the key value stores for given user.
removeAllStores(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of removeAllStores
removeAllUserStores() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes all the stores for current user.
removeAllUserStores(UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes all the stores for current user.
removeFromCache(String) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
removeFromSoup(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of removeFromSoup
removeGlobalKeyValueStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Remove global key value store with given name
removeGlobalSmartStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes the global smart store.
removeKeyValueStore(String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Remove key value store with given name for current user
removeKeyValueStore(String, UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Remove key value store with given name for given user
removeKeyValueStore(String, UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Remove key value store with given name for given user / community id
removeKeyValueStore(Context, String) - Static method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Remove key value store with given (full) name
removeLogLine() - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Removes the first log line in the file.
removeLogLines(int) - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Removes the specified number of log lines from the file in FIFO.
removeSmartStore() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes the default smart store for the current user.
removeSmartStore(UserAccount) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes the default smart store for the specified user.
removeSmartStore(UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes the default smart store for the specified user and community.
removeSmartStore(String, UserAccount, String) - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Removes the named smart store for the specified user and community.
removeSoup(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of removeSoup
removeStore(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of removeStore
renameOldSoupTable() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Step 1: rename old table
RenditionType - Enum in com.salesforce.androidsdk.rest.files
Different types of renditions that the server supports.
requests - Variable in class com.salesforce.androidsdk.rest.BatchRequest
 
reset() - Method in class com.salesforce.androidsdk.analytics.manager.AnalyticsManager
Resets this instance.
reset(UserAccount) - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Resets the instance of this class associated with this user account.
reset(UserAccount, String) - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Resets the instance of this class associated with this user and community.
reset(UserAccount) - Method in class com.salesforce.androidsdk.config.AbstractPrefsManager
Clears the stored prefs for the specified user.
reset() - Method in class com.salesforce.androidsdk.config.LoginServerManager
Clears all saved custom servers.
reset(Context) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Resets all cached data and deletes the database for all users.
reset(Context, UserAccount) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Resets all cached data and deletes the database for the specified user.
reset() - Method in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
Reset activity to its original state
resetAll() - Method in class com.salesforce.androidsdk.config.AbstractPrefsManager
Clears the stored prefs for all users.
resetFileLoggerPrefs(Context) - Static method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Resets the stored file logger prefs.
resetLoggerPrefs(Context) - Static method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Resets the stored logger prefs.
resetUnauthenticatedInstance() - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Resets the instance of this class associated with an unauthenticated user context.
resolveUrl(RestRequest) - Method in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
Resolves the given RestRequest to its URL.
resolveUrl(String) - Method in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
Resolves the given path against the community URL or the instance URL, depending on whether the user is a community user or not.
resolveUrl(String, RestRequest.RestEndpoint) - Method in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
Resolves the given path against the community URL, login URL, or instance URL.
resolveUrl(String) - Method in class com.salesforce.androidsdk.rest.RestClient.UnauthenticatedClientInfo
 
ResourceReaderHelper - Class in com.salesforce.androidsdk.util
Helper class for reading resource files
ResourceReaderHelper() - Constructor for class com.salesforce.androidsdk.util.ResourceReaderHelper
 
RESPONSE_TYPE - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
restartReactNativeApp() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
RestClient - Class in com.salesforce.androidsdk.rest
RestClient allows you to send authenticated HTTP requests to a force.com server.
RestClient(RestClient.ClientInfo, String, HttpAccess, RestClient.AuthTokenProvider) - Constructor for class com.salesforce.androidsdk.rest.RestClient
Constructs a RestClient with the given clientInfo, authToken, httpAccessor and authTokenProvider.
RestClient.AsyncRequestCallback - Interface in com.salesforce.androidsdk.rest
AsyncRequestCallback interface.
RestClient.AuthTokenProvider - Interface in com.salesforce.androidsdk.rest
AuthTokenProvider interface.
RestClient.ClientInfo - Class in com.salesforce.androidsdk.rest
All immutable information for an authenticated client (e.g.
RestClient.OAuthRefreshInterceptor - Class in com.salesforce.androidsdk.rest
Network interceptor that does oauth refresh and request retry when access token has expired.
RestClient.RefreshTokenRevokedException - Exception in com.salesforce.androidsdk.rest
Exception thrown when refresh token was found to be revoked
RestClient.UnauthenticatedClientInfo - Class in com.salesforce.androidsdk.rest
Use a unauthenticated client info when do not need authentication support (e.g.
restQueryUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
restRecentUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
RestRequest - Class in com.salesforce.androidsdk.rest
RestRequest: Class to represent any REST request.
RestRequest(RestRequest.RestMethod, String) - Constructor for class com.salesforce.androidsdk.rest.RestRequest
Generic constructor for arbitrary requests without a body.
RestRequest(RestRequest.RestMethod, String, Map<String, String>) - Constructor for class com.salesforce.androidsdk.rest.RestRequest
Generic constructor for arbitrary requests without a body.
RestRequest(RestRequest.RestMethod, String, RequestBody) - Constructor for class com.salesforce.androidsdk.rest.RestRequest
Generic constructor for arbitrary requests.
RestRequest(RestRequest.RestMethod, String, JSONObject) - Constructor for class com.salesforce.androidsdk.rest.RestRequest
Generic constructor for arbitrary requests.
RestRequest(RestRequest.RestMethod, String, RequestBody, Map<String, String>) - Constructor for class com.salesforce.androidsdk.rest.RestRequest
Generic constructor for arbitrary requests.
RestRequest(RestRequest.RestMethod, String, JSONObject, Map<String, String>) - Constructor for class com.salesforce.androidsdk.rest.RestRequest
Generic constructor for arbitrary requests.
RestRequest(RestRequest.RestMethod, RestRequest.RestEndpoint, String, RequestBody, Map<String, String>) - Constructor for class com.salesforce.androidsdk.rest.RestRequest
Generic constructor for arbitrary requests.
RestRequest(RestRequest.RestMethod, RestRequest.RestEndpoint, String, JSONObject, Map<String, String>) - Constructor for class com.salesforce.androidsdk.rest.RestRequest
Generic constructor for arbitrary requests.
RestRequest.RestEndpoint - Enum in com.salesforce.androidsdk.rest
Enumeration for all REST API endpoints.
RestRequest.RestMethod - Enum in com.salesforce.androidsdk.rest
Enumeration for all HTTP methods.
RestRequest.SObjectTree - Class in com.salesforce.androidsdk.rest
Helper class for getRequestForSObjectTree.
RestResponse - Class in com.salesforce.androidsdk.rest
RestResponse: Class to represent any REST response.
RestResponse(Response) - Constructor for class com.salesforce.androidsdk.rest.RestResponse
Constructor
restSearchUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
restSObjectsUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
restUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
RESULTS - Static variable in class com.salesforce.androidsdk.rest.BatchResponse
 
results - Variable in class com.salesforce.androidsdk.rest.BatchResponse
 
resumeLongOperations() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Finish long operations that were interrupted
reSync(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
Native implementation of reSync
retrieve(String, Long...) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Retrieve
retrieveSoupEntries(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of retrieveSoupEntries
revokeRefreshToken(HttpAccess, URI, String) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Revokes the existing refresh token.
RICH_INPUT - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
ROWID_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
ROWID_PREDICATE - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
RULE_COUNT_SERVED - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
RULE_COUNT_TOTAL - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
RULE_ERRORS - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
RULE_ID - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingRuleError
 
ruleCountServed - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
ruleCountTotal - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingStats
 
ruleErrors - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
ruleId - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingRuleError
 
run() - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
 
run(AlterSoupLongOperation.AlterSoupStep) - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Used by test only
run() - Method in class com.salesforce.androidsdk.smartstore.store.LongOperation
Run long operation
run(EventsObservable.Event) - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue.BlockForEvent
 
runSmartQuery(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of runSmartSql
RuntimeConfig - Class in com.salesforce.androidsdk.config
Classes responsible for reading runtime configurations (from MDM provider).
RuntimeConfig.ConfigKey - Enum in com.salesforce.androidsdk.config
 

S

safeClose(Cursor) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
 
safeParseInt(String, int) - Static method in class com.salesforce.androidsdk.phonegap.plugin.JavaScriptPluginVersion
 
SalesforceActivity - Class in com.salesforce.androidsdk.ui
Abstract base class for all Salesforce activities.
SalesforceActivity() - Constructor for class com.salesforce.androidsdk.ui.SalesforceActivity
 
SalesforceActivityDelegate - Class in com.salesforce.androidsdk.ui
Class taking care of common behavior of Salesforce*Activity classes
SalesforceActivityDelegate(Activity) - Constructor for class com.salesforce.androidsdk.ui.SalesforceActivityDelegate
 
SalesforceActivityInterface - Interface in com.salesforce.androidsdk.ui
Interface common to all Salesforce*Activity classes Used by SalesforceActivityDelegate
SalesforceAnalyticsLogger - Class in com.salesforce.androidsdk.analytics.util
A simple logger util class for the SalesforceAnalytics library.
SalesforceAnalyticsLogger() - Constructor for class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
 
SalesforceAnalyticsManager - Class in com.salesforce.androidsdk.analytics
This class contains APIs that can be used to interact with the SalesforceAnalytics library.
SalesforceExpandableListActivity - Class in com.salesforce.androidsdk.ui
Abstract base class for all Salesforce expandable list activities.
SalesforceExpandableListActivity() - Constructor for class com.salesforce.androidsdk.ui.SalesforceExpandableListActivity
 
SalesforceHybridLogger - Class in com.salesforce.androidsdk.phonegap.util
A simple logger util class for the SalesforceHybrid library.
SalesforceHybridLogger() - Constructor for class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
 
SalesforceHybridSDKManager - Class in com.salesforce.androidsdk.phonegap.app
SDK Manager for all hybrid applications.
SalesforceHybridSDKManager(Context, Class<? extends Activity>, Class<? extends Activity>) - Constructor for class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Protected constructor.
SalesforceHybridUpgradeManager - Class in com.salesforce.androidsdk.phonegap.app
This class handles upgrades from one version to another.
SalesforceHybridUpgradeManager() - Constructor for class com.salesforce.androidsdk.phonegap.app.SalesforceHybridUpgradeManager
 
SalesforceKeyGenerator - Class in com.salesforce.androidsdk.security
This class provides methods to generate a unique ID that can be used as an encryption key.
SalesforceKeyGenerator() - Constructor for class com.salesforce.androidsdk.security.SalesforceKeyGenerator
 
SalesforceListActivity - Class in com.salesforce.androidsdk.ui
Deprecated.
Please note SalesforceListActivity inherits from the Android SDK's deprecated android.app.ListActivity. Similar to the instructions in ListActivity, use SalesforceActivity with androidx.recyclerview.widget.RecyclerView to implement your Activity instead.
SalesforceListActivity() - Constructor for class com.salesforce.androidsdk.ui.SalesforceListActivity
Deprecated.
 
SalesforceLogger - Class in com.salesforce.androidsdk.analytics.logger
A simple logger that allows components to log statements of different log levels.
SalesforceLogger.Level - Enum in com.salesforce.androidsdk.analytics.logger
An enumeration of log levels.
SalesforceNetReactBridge - Class in com.salesforce.androidsdk.reactnative.bridge
 
SalesforceNetReactBridge(ReactApplicationContext) - Constructor for class com.salesforce.androidsdk.reactnative.bridge.SalesforceNetReactBridge
 
SalesforceNetworkPlugin - Class in com.salesforce.androidsdk.phonegap.plugin
PhoneGap plugin for native networking.
SalesforceNetworkPlugin() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.SalesforceNetworkPlugin
 
SalesforceOAuthPlugin - Class in com.salesforce.androidsdk.phonegap.plugin
PhoneGap plugin for Salesforce OAuth.
SalesforceOAuthPlugin() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.SalesforceOAuthPlugin
 
SalesforceOauthReactBridge - Class in com.salesforce.androidsdk.reactnative.bridge
 
SalesforceOauthReactBridge(ReactApplicationContext) - Constructor for class com.salesforce.androidsdk.reactnative.bridge.SalesforceOauthReactBridge
 
SalesforceReactActivity - Class in com.salesforce.androidsdk.reactnative.ui
Main activity for a Salesforce ReactNative app.
SalesforceReactActivity() - Constructor for class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
SalesforceReactActivityDelegate - Class in com.salesforce.androidsdk.reactnative.ui
Delegate that loads the app context when ready.
SalesforceReactLogger - Class in com.salesforce.androidsdk.reactnative.util
A simple logger util class for the SalesforceReact library.
SalesforceReactLogger() - Constructor for class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
 
SalesforceReactSDKManager - Class in com.salesforce.androidsdk.reactnative.app
SDK Manager for all react native applications
SalesforceReactSDKManager(Context, Class<? extends Activity>, Class<? extends Activity>) - Constructor for class com.salesforce.androidsdk.reactnative.app.SalesforceReactSDKManager
Protected constructor.
SalesforceReactUpgradeManager - Class in com.salesforce.androidsdk.reactnative.app
This class handles upgrades from one version to another.
SalesforceReactUpgradeManager() - Constructor for class com.salesforce.androidsdk.reactnative.app.SalesforceReactUpgradeManager
 
SalesforceSDKLogger - Class in com.salesforce.androidsdk.util
A simple logger util class for the SalesforceSDK library.
SalesforceSDKLogger() - Constructor for class com.salesforce.androidsdk.util.SalesforceSDKLogger
 
SalesforceSDKUpgradeManager - Class in com.salesforce.androidsdk.app
This class handles upgrades from one version to another.
SalesforceSDKUpgradeManager() - Constructor for class com.salesforce.androidsdk.app.SalesforceSDKUpgradeManager
 
SalesforceSDKUpgradeManager(SalesforceSDKUpgradeManager.UserManager) - Constructor for class com.salesforce.androidsdk.app.SalesforceSDKUpgradeManager
 
SalesforceServerRadioButton - Class in com.salesforce.androidsdk.ui
Custom radio button implementation to represent a Salesforce custom server endpoint.
SalesforceServerRadioButton(Context, String, String, boolean) - Constructor for class com.salesforce.androidsdk.ui.SalesforceServerRadioButton
Parameterized constructor.
SalesforceWebView - Class in com.salesforce.androidsdk.phonegap.ui
Salesforce specific implementation of Cordova's SystemWebView.
SalesforceWebView(Context) - Constructor for class com.salesforce.androidsdk.phonegap.ui.SalesforceWebView
Parameterized constructor.
SalesforceWebViewClient - Class in com.salesforce.androidsdk.phonegap.ui
 
SalesforceWebViewClient(SalesforceWebViewEngine) - Constructor for class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClient
Parameterized constructor.
SalesforceWebViewClientHelper - Class in com.salesforce.androidsdk.phonegap.ui
Helper class for SalesforceWebViewClient.
SalesforceWebViewClientHelper() - Constructor for class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClientHelper
 
SalesforceWebViewEngine - Class in com.salesforce.androidsdk.phonegap.ui
Salesforce specific implementation of Cordova's SystemWebViewEngine.
SalesforceWebViewEngine(Context, CordovaPreferences) - Constructor for class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewEngine
Used when created via reflection.
SalesforceWebViewEngine(SystemWebView) - Constructor for class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewEngine
 
SalesforceWebViewEngine(SystemWebView, CordovaPreferences) - Constructor for class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewEngine
 
SANDBOX_LOGIN_URL - Static variable in class com.salesforce.androidsdk.config.LoginServerManager
 
saveStream(String, InputStream) - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Save value given as an input stream for the given key.
saveStream(String, InputStream) - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
saveStream(String, InputStream) - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
saveValue(String, String) - Method in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
Save value for the given key.
saveValue(String, String) - Method in interface com.salesforce.androidsdk.smartstore.store.KeyValueStore
 
saveValue(String, String) - Method in class com.salesforce.androidsdk.smartstore.store.MemCachedKeyValueStore
 
SCHEMA_TYPE_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
schemaType(InstrumentationEvent.SchemaType) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets schema type.
screenLock - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
ScreenLockActivity - Class in com.salesforce.androidsdk.ui
Locks the app behind OS provided authentication.
ScreenLockActivity() - Constructor for class com.salesforce.androidsdk.ui.ScreenLockActivity
 
screenLockTimeout - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
SDKInfoPlugin - Class in com.salesforce.androidsdk.phonegap.plugin
PhoneGap plugin for SDK info.
SDKInfoPlugin() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.SDKInfoPlugin
 
SdkVersion - Class in com.salesforce.androidsdk.app
 
SdkVersion(int, int, int, boolean) - Constructor for class com.salesforce.androidsdk.app.SdkVersion
 
SELECT_PATHS - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
selectPaths - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
sendAsync(RestRequest, RestClient.AsyncRequestCallback) - Method in class com.salesforce.androidsdk.rest.RestClient
Send the given restRequest and process the result asynchronously with the given callback.
SENDER_CONTEXT_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
SENDER_ID_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
SENDER_PARENT_ID_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
senderContext(JSONObject) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets sender context.
senderId(String) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets sender ID.
senderParentId(String) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets sender parent ID.
sendRequest(JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SalesforceNetworkPlugin
Native implementation for "sendRequest" action.
sendRequest(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SalesforceNetReactBridge
 
sendSync(RestRequest) - Method in class com.salesforce.androidsdk.rest.RestClient
Send the given restRequest synchronously and return a RestResponse Note: Cannot be used by code on the UI thread (use sendAsync instead).
sendSync(RestRequest, Interceptor...) - Method in class com.salesforce.androidsdk.rest.RestClient
Send the given restRequest synchronously and return a RestResponse Note: Cannot be used by code on the UI thread (use sendAsync instead).
sendUserSwitchIntent(int, Bundle) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Broadcasts an intent that a user switch has occurred.
SEQUENCE_ID_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
ServerPickerActivity - Class in com.salesforce.androidsdk.ui
This class provides UI to change the login server URL to use during an OAuth flow.
ServerPickerActivity() - Constructor for class com.salesforce.androidsdk.ui.ServerPickerActivity
 
SERVICES_DATA - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
SESSION_ID_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
SESSION_START_TIME_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
sessionId(String) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets session ID.
sessionStartTime(long) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets session start time.
setAdditionalParameters(Map<String, String>) - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
setAllOrNone(boolean) - Method in class com.salesforce.androidsdk.rest.CompositeRequest.CompositeRequestBuilder
 
setCaptureExplainQueryPlan(boolean) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
If turned on, explain query plan is run before executing a query and stored in lastExplainQueryPlan and also get logged
setCaptureExplainQueryPlan(boolean) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
If turned on, explain query plan is run before executing a query and stored in lastExplainQueryPlan and also get logged
setClientInfo(RestClient.ClientInfo) - Method in class com.salesforce.androidsdk.rest.RestClient.OAuthRefreshInterceptor
 
setClientInfo(RestClient.ClientInfo) - Method in class com.salesforce.androidsdk.rest.RestClient
Set the client info.
setEventPublishBatchSize(int) - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Set the batch size for publishing instrumentation events.
setFtsExtension(SmartStore.FtsExtension) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Sets the ftsX to be used when creating the virtual table to support full_text queries NB: only used in tests
setGlobalSequenceId(int) - Method in class com.salesforce.androidsdk.analytics.manager.AnalyticsManager
Sets the global sequence ID used by events.
setHaltOnError(boolean) - Method in class com.salesforce.androidsdk.rest.BatchRequest.BatchRequestBuilder
 
setJwt(String) - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
setLoginUrl(String) - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
setLogLevel(SalesforceLogger.Level) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Sets the log level to be used.
setLogLevel(SalesforceLogger.Level) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Sets the log level to be used.
setLogLevel(SalesforceLogger.Level) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Sets the log level to be used.
setLogLevel(SalesforceLogger.Level) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Sets the log level to be used.
setLogLevel(SalesforceLogger.Level) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Sets the log level to be used.
setMaxEvents(int) - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Sets the maximum number of events that can be stored.
setMaxSize(int) - Method in class com.salesforce.androidsdk.analytics.logger.FileLogger
Sets the maximum number of log lines that can be stored in this file.
setOkHttpClient(OkHttpClient) - Method in class com.salesforce.androidsdk.rest.RestClient
Sets the OkHttpclient associated with this user account.
setPrefs(JSONObject, UserAccount) - Method in class com.salesforce.androidsdk.config.AbstractPrefsManager
Sets the prefs for the specified user account.
setPublishFrequencyInHours(int) - Static method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Sets the publish frequency, in hours.
setRestClient(RestClient) - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
setSelectedLoginServer(LoginServerManager.LoginServer) - Method in class com.salesforce.androidsdk.config.LoginServerManager
Sets the currently selected login server to display.
setText() - Method in class com.salesforce.androidsdk.ui.SalesforceServerRadioButton
Formats the text the right way, before displaying it.
setTransactionSuccessful() - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Mark transaction as successful (next call to endTransaction will be a commit)
setupGlobalStoreFromDefaultConfig() - Method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Setup global store using config found in assets/www/globalstore.json
setupGlobalStoreFromDefaultConfig() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Setup global store using config found in res/raw/globalstore.json
setupGlobalSyncsFromDefaultConfig() - Method in class com.salesforce.androidsdk.mobilesync.app.MobileSyncSDKManager
Setup global syncs using config found in res/raw/globalsyncs.json
setupGlobalSyncsFromDefaultConfig() - Method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Setup global syncs using config found in assets/www/globalsyncs.json
setupRadioButtons() - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
Controls the elements in the layout based on past user choices.
setupUserStoreFromDefaultConfig() - Method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Setup user store using config found in assets/www/userstore.json
setupUserStoreFromDefaultConfig() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Setup user store using config found in res/raw/userstore.json
setupUserSyncsFromDefaultConfig() - Method in class com.salesforce.androidsdk.mobilesync.app.MobileSyncSDKManager
Setup user syncs using config found in res/raw/usersyncs.json
setupUserSyncsFromDefaultConfig() - Method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridSDKManager
Setup user syncs using config found in assets/www/usersyncs.json
setUrl(String) - Method in class com.salesforce.androidsdk.rest.ClientManager.LoginOptions
 
setUseQueryAsString(boolean) - Static method in class com.salesforce.androidsdk.phonegap.plugin.SmartStorePlugin
 
setWebViewClient(SalesforceWebViewEngine) - Method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebView
Sets the WebViewClient instance.
SFAccountManagerPlugin - Class in com.salesforce.androidsdk.phonegap.plugin
Cordova plugin that provides methods related to user account management.
SFAccountManagerPlugin() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.SFAccountManagerPlugin
 
SFDC_COMMUNITY_URL - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
SFDCFcmListenerService - Class in com.salesforce.androidsdk.push
This class is called when a message is received or the token changes.
SFDCFcmListenerService() - Constructor for class com.salesforce.androidsdk.push.SFDCFcmListenerService
 
SFORCE_QUERY_OPTIONS - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
shouldAuthenticate() - Method in class com.salesforce.androidsdk.config.BootConfig
Returns whether the app should go through login flow the first time or not.
shouldAuthenticate() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
Returns if authentication should be performed automatically or not.
shouldInterceptRequest(WebView, String) - Method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClient
 
shouldOverrideUrlLoading(WebView, WebResourceRequest) - Method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClient
 
shouldOverrideUrlLoading(Context, WebView, String) - Static method in class com.salesforce.androidsdk.phonegap.ui.SalesforceWebViewClientHelper
To be called from shouldOverrideUrlLoading.
shouldReactBeRunning() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
showCustomUrlDialog(View) - Method in class com.salesforce.androidsdk.ui.ServerPickerActivity
Shows the custom URL dialog.
showReactDevOptionsDialog() - Method in class com.salesforce.androidsdk.reactnative.ui.SalesforceReactActivity
 
signoutCurrentUser(Activity) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Logs the current user out.
signoutCurrentUser(Activity, boolean) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Logs the current user out.
signoutUser(UserAccount, Activity) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Logs the specified user out.
signoutUser(UserAccount, Activity, boolean) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Logs the specified user out.
SMART_SQL - Static variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
smartSql - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
SmartSqlException(String) - Constructor for exception com.salesforce.androidsdk.smartstore.store.SmartSqlHelper.SmartSqlException
 
SmartSqlHelper - Class in com.salesforce.androidsdk.smartstore.store
SmartSqlHelper "smart" sql Helper Singleton class that provides helpful methods for converting/running "smart" sql
SmartSqlHelper() - Constructor for class com.salesforce.androidsdk.smartstore.store.SmartSqlHelper
 
SmartSqlHelper.SmartSqlException - Exception in com.salesforce.androidsdk.smartstore.store
Exception thrown when smart sql failed to be parsed
SmartStore - Class in com.salesforce.androidsdk.smartstore.store
Smart store Provides a secure means for SalesforceMobileSDK Container-based applications to store objects in a persistent and searchable manner.
SmartStore(SQLiteOpenHelper) - Constructor for class com.salesforce.androidsdk.smartstore.store.SmartStore
Relies on SQLiteOpenHelper for database handling.
SmartStore.FtsExtension - Enum in com.salesforce.androidsdk.smartstore.store
Enum for fts extensions
SmartStore.SmartStoreException - Exception in com.salesforce.androidsdk.smartstore.store
Exception thrown by smart store
SmartStore.Type - Enum in com.salesforce.androidsdk.smartstore.store
Enum for column type
SmartStore.TypeGroup - Enum in com.salesforce.androidsdk.smartstore.store
Enum for type groups
SmartStoreException(String) - Constructor for exception com.salesforce.androidsdk.smartstore.store.SmartStore.SmartStoreException
 
SmartStoreException(String, Throwable) - Constructor for exception com.salesforce.androidsdk.smartstore.store.SmartStore.SmartStoreException
 
smartStoreExists(Context, UserAccount, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Determines if a smart store currently exists for the given account and/or community id.
smartStoreExists(Context, String, UserAccount, String) - Static method in class com.salesforce.androidsdk.smartstore.store.DBOpenHelper
Determines if a smart store currently exists for the given database name, account and/or community id.
SmartStoreInspectorActivity - Class in com.salesforce.androidsdk.smartstore.ui
 
SmartStoreInspectorActivity() - Constructor for class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
SmartStoreLogger - Class in com.salesforce.androidsdk.smartstore.util
A simple logger util class for the SmartStore library.
SmartStoreLogger() - Constructor for class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
 
SmartStorePlugin - Class in com.salesforce.androidsdk.phonegap.plugin
PhoneGap plugin for smart store.
SmartStorePlugin() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.SmartStorePlugin
 
SmartStoreReactBridge - Class in com.salesforce.androidsdk.reactnative.bridge
 
SmartStoreReactBridge(ReactApplicationContext) - Constructor for class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
 
SmartStoreSDKManager - Class in com.salesforce.androidsdk.smartstore.app
SDK Manager for all native applications that use SmartStore
SmartStoreSDKManager(Context, Class<? extends Activity>, Class<? extends Activity>, Class<? extends Activity>) - Constructor for class com.salesforce.androidsdk.smartstore.app.SmartStoreSDKManager
Protected constructor.
SmartStoreUpgradeManager - Class in com.salesforce.androidsdk.smartstore.app
This class handles upgrades from one version to another.
SmartStoreUpgradeManager() - Constructor for class com.salesforce.androidsdk.smartstore.app.SmartStoreUpgradeManager
 
SObjectTree(String, String, String, Map<String, Object>, List<RestRequest.SObjectTree>) - Constructor for class com.salesforce.androidsdk.rest.RestRequest.SObjectTree
 
SOUP - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartSqlHelper
 
SOUP_ATTRS_TABLE - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
SOUP_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
SOUP_CREATED_DATE - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
SOUP_ENTRY_ID - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
SOUP_INDEX_MAP_TABLE - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
SOUP_LAST_MODIFIED_DATE - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
SOUP_NAME - Static variable in class com.salesforce.androidsdk.smartstore.config.StoreConfig
 
SOUP_NAME_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
SOUP_NAME_PREDICATE - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
SOUP_PATH_PATTERN - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartSqlHelper
 
soupExists(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of soupExists
soupName - Variable in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
 
soupName - Variable in class com.salesforce.androidsdk.smartstore.store.QuerySpec
 
SOUPS - Static variable in class com.salesforce.androidsdk.smartstore.config.StoreConfig
 
sql - Variable in enum com.salesforce.androidsdk.smartstore.store.QuerySpec.Order
 
START_TIME - Static variable in class com.salesforce.androidsdk.analytics.EventBuilderHelper
 
START_TIME_KEY - Static variable in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
 
startTime(long) - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEventBuilder
Sets start time.
STATS - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
stats - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
STATUS_CODE - Static variable in class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
STATUS_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 
statusCode - Variable in class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
StoreConfig - Class in com.salesforce.androidsdk.smartstore.config
Class encapsulating a SmartStore schema (soups).
StoreConfig(Context, int) - Constructor for class com.salesforce.androidsdk.smartstore.config.StoreConfig
Constructor for config stored in resource file
StoreConfig(Context, String) - Constructor for class com.salesforce.androidsdk.smartstore.config.StoreConfig
Constructor for config stored in asset file
storeCurrentUserInfo(String, String) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Stores the current active user's user ID and org ID in a shared preference file.
StoreCursor - Class in com.salesforce.androidsdk.smartstore.store
Store Cursor We don't actually keep a cursor opened, instead, we wrap the query spec and page index
StoreCursor(SmartStore, QuerySpec) - Constructor for class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
storeEvent(InstrumentationEvent) - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Stores an event to the filesystem.
storeEvents(List<InstrumentationEvent>) - Method in class com.salesforce.androidsdk.analytics.store.EventStoreManager
Stores a list of events to the filesystem.
subResponses - Variable in class com.salesforce.androidsdk.rest.CollectionResponse
 
subResponses - Variable in class com.salesforce.androidsdk.rest.CompositeResponse
 
success - Variable in class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin.TestResult
 
SUCCESS - Static variable in class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
success - Variable in class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
swapJWTForTokens(HttpAccess, URI, String) - Static method in class com.salesforce.androidsdk.auth.OAuth2
Swaps a JWT for regular OAuth tokens.
switchToExistingAccount(UserAccount) - Method in class com.salesforce.androidsdk.ui.AccountSwitcherActivity
This method is triggered when a user is selected from the list.
switchToNewAccount() - Method in class com.salesforce.androidsdk.ui.AccountSwitcherActivity
This method is triggered when the 'Add new account' button is clicked.
switchToNewUser() - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Kicks off the login flow to switch to a new user.
switchToNewUser(String, String) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Kicks off the login flow to switch to a new user with jwt.
switchToUser(UserAccount) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Switches to the specified user account.
switchToUser(UserAccount, int, Bundle) - Method in class com.salesforce.androidsdk.accounts.UserAccountManager
Switches to the specified user account.
switchToUser(JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SFAccountManagerPlugin
Native implementation for the 'switchToUser' action.
syncDown(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
Native implementation of syncDown
syncUp(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
Native implementation of syncUp
SYSTEM_MODSTAMP - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingRecord
 
systemModstamp - Variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse.PrimingRecord
 

T

TABLE_DOT_JSON_EXTRACT_REGEXP - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartSqlHelper
 
TAG - Static variable in class com.salesforce.androidsdk.reactnative.bridge.MobileSyncReactBridge
 
TAG - Static variable in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
 
tearDown() - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue
 
TestCredentials - Class in com.salesforce.androidsdk.util.test
Authentication credentials used to make live server calls in tests To populate test_credentials.json clone SalesforceMobileSDK-Shared and run web app in credsHelper folder
TestCredentials() - Constructor for class com.salesforce.androidsdk.util.test.TestCredentials
 
testName - Variable in class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin.TestResult
 
TestResult(String, boolean, String, double) - Constructor for class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin.TestResult
 
testResults - Static variable in class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin
 
TestRunnerPlugin - Class in com.salesforce.androidsdk.phonegap.plugin
PhoneGap plugin to run javascript tests.
TestRunnerPlugin() - Constructor for class com.salesforce.androidsdk.phonegap.plugin.TestRunnerPlugin
 
TestRunnerPlugin.TestResult - Class in com.salesforce.androidsdk.phonegap.plugin
 
THUMBNAIL_URL - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
thumbnailUrl(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets thumbnail URL.
thumbnailUrl - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
thumbnailUrl - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
TIMESTAMP_FORMAT - Static variable in class com.salesforce.androidsdk.auth.OAuth2
 
TIMESTAMP_FORMAT - Static variable in class com.salesforce.androidsdk.rest.PrimingRecordsResponse
 
toBundle() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns a representation of this instance in a bundle.
toJavaList(ReadableArray) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
toJavaMap(ReadableMap) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
toJavaStringList(ReadableArray) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
toJavaStringMapMap(ReadableMap) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
toJavaStringStringMap(ReadableMap) - Static method in class com.salesforce.androidsdk.reactnative.bridge.ReactBridgeHelper
 
toJson() - Method in class com.salesforce.androidsdk.accounts.UserAccount
Returns a JSON representation of this instance.
toJson() - Method in class com.salesforce.androidsdk.analytics.model.DeviceAppAttributes
Returns a JSON representation of device app attributes.
toJson() - Method in class com.salesforce.androidsdk.analytics.model.InstrumentationEvent
Returns a JSON representation of this event.
toJSON() - Method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
toJSON(IndexSpec[]) - Static method in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
TokenEndpointResponse(Map<String, String>) - Constructor for class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
Parameterized constructor built during login flow.
TokenEndpointResponse(Response) - Constructor for class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
Parameterized constructor built from refresh flow response.
TokenErrorResponse(Response) - Constructor for class com.salesforce.androidsdk.auth.OAuth2.TokenErrorResponse
Parameterized constructor built from an error response.
toList(JSONArray) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Convert JSONArray of T into list of T
toMap(JSONObject) - Static method in class com.salesforce.androidsdk.util.JSONObjectHelper
Convert JSONObject into Map of String to T
toString() - Method in class com.salesforce.androidsdk.app.SdkVersion
 
toString() - Method in class com.salesforce.androidsdk.auth.OAuth2.TokenErrorResponse
 
toString() - Method in class com.salesforce.androidsdk.config.LoginServerManager.LoginServer
 
toString() - Method in class com.salesforce.androidsdk.phonegap.plugin.JavaScriptPluginVersion
 
toString() - Method in class com.salesforce.androidsdk.rest.CollectionResponse.CollectionSubResponse
 
toString() - Method in class com.salesforce.androidsdk.rest.CollectionResponse.ErrorResponse
 
toString() - Method in class com.salesforce.androidsdk.rest.CompositeResponse.CompositeSubResponse
 
toString() - Method in class com.salesforce.androidsdk.rest.files.ConnectUriBuilder
 
toString() - Method in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
toString() - Method in class com.salesforce.androidsdk.rest.RestClient
 
toString() - Method in class com.salesforce.androidsdk.rest.RestClient.UnauthenticatedClientInfo
 
toString() - Method in class com.salesforce.androidsdk.rest.RestRequest
 
toString() - Method in class com.salesforce.androidsdk.rest.RestResponse
 
TOTAL_ENTRIES - Static variable in class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
TOTAL_PAGES - Static variable in class com.salesforce.androidsdk.smartstore.store.StoreCursor
 
transform(InstrumentationEvent) - Method in class com.salesforce.androidsdk.analytics.transform.AILTNTransform
 
Transform - Interface in com.salesforce.androidsdk.analytics.transform
Represents a transformation of generic event to a specific format.
transform(InstrumentationEvent) - Method in interface com.salesforce.androidsdk.analytics.transform.Transform
Transforms an event into the required format.
TYPE - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
type - Variable in class com.salesforce.androidsdk.smartstore.store.IndexSpec
 
TYPE_COL - Static variable in class com.salesforce.androidsdk.smartstore.store.SmartStore
 

U

UnauthenticatedClientInfo() - Constructor for class com.salesforce.androidsdk.rest.RestClient.UnauthenticatedClientInfo
 
unregisterAppFeature(JSONArray, CallbackContext) - Method in class com.salesforce.androidsdk.phonegap.plugin.SDKInfoPlugin
Native implementation for "unregisterAppFeature" action.
update(SQLiteDatabase, String, ContentValues, String, String...) - Method in class com.salesforce.androidsdk.smartstore.store.DBHelper
Does an update
update(String, JSONObject, long) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Update (and commits) Note: Passed soupElt is modified (last modified date and soup entry id fields)
update(String, JSONObject, long, boolean) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Update Note: Passed soupElt is modified (last modified date and soup entry id fields)
updateLoggingPrefs() - Method in class com.salesforce.androidsdk.analytics.SalesforceAnalyticsManager
Updates the preferences of this library.
updateLongOperationDbRow(AlterSoupLongOperation.AlterSoupStep) - Method in class com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation
Update row in long operations status table for on-going alter soup operation Delete row if newStatus is AlterStatus.LAST
updateTableNameAndAddColumns(SQLiteDatabase, String, String, String[]) - Static method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Updates the given table with a new name and adds columns if any.
upgrade() - Method in class com.salesforce.androidsdk.app.SalesforceSDKUpgradeManager
Upgrade method.
upgrade() - Method in class com.salesforce.androidsdk.phonegap.app.SalesforceHybridUpgradeManager
 
upgrade() - Method in class com.salesforce.androidsdk.reactnative.app.SalesforceReactUpgradeManager
 
upgrade() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreUpgradeManager
 
upgradeAccMgr() - Method in class com.salesforce.androidsdk.app.SalesforceSDKUpgradeManager
Upgrades account manager data from existing client version to the current version.
upgradeSmartStore() - Method in class com.salesforce.androidsdk.smartstore.app.SmartStoreUpgradeManager
Upgrades smartstore data from existing client version to the current version.
uploadFile(File, String, String, String, String) - Static method in class com.salesforce.androidsdk.rest.files.FileRequests
Build a request that can upload a new file to the server, this will create a new file at version 1.
upsert(String, JSONObject, String) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Upsert (and commits)
upsert(String, JSONObject) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Upsert (and commits) expecting _soupEntryId in soupElt for updates
upsert(String, JSONObject, String, boolean) - Method in class com.salesforce.androidsdk.smartstore.store.SmartStore
Upsert
upsertSoupEntries(ReadableMap, Callback, Callback) - Method in class com.salesforce.androidsdk.reactnative.bridge.SmartStoreReactBridge
Native implementation of upsertSoupEntries
UriFragmentParser - Class in com.salesforce.androidsdk.util
This parses a Uri fragment that uses a queryString style foo=bar&bar=foo parameter passing (e.g.
url - Variable in class com.salesforce.androidsdk.config.LoginServerManager.LoginServer
 
URL - Static variable in class com.salesforce.androidsdk.rest.RestRequest
 
urls - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
USER_ID - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
USER_ID - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
USER_STORE - Static variable in class com.salesforce.androidsdk.smartstore.ui.SmartStoreInspectorActivity
 
USER_SWITCH_INTENT_ACTION - Static variable in class com.salesforce.androidsdk.accounts.UserAccountManager
 
USER_SWITCH_TYPE_DEFAULT - Static variable in class com.salesforce.androidsdk.accounts.UserAccountManager
A switch has occurred between two authenticated users.
USER_SWITCH_TYPE_FIRST_LOGIN - Static variable in class com.salesforce.androidsdk.accounts.UserAccountManager
The first user has logged in and is being switched to.
USER_SWITCH_TYPE_LOGIN - Static variable in class com.salesforce.androidsdk.accounts.UserAccountManager
An additional user has logged in and is being switched to.
USER_SWITCH_TYPE_LOGOUT - Static variable in class com.salesforce.androidsdk.accounts.UserAccountManager
A user has a logged out and another authenticated user is being switched to.
userAccMgr - Variable in class com.salesforce.androidsdk.ui.AccountSwitcherActivity
 
UserAccount - Class in com.salesforce.androidsdk.accounts
This class represents a single user account that is currently logged in against a Salesforce endpoint.
UserAccount(JSONObject) - Constructor for class com.salesforce.androidsdk.accounts.UserAccount
Parameterized constructor.
UserAccount(Bundle) - Constructor for class com.salesforce.androidsdk.accounts.UserAccount
Parameterized constructor.
UserAccountAdapter - Class in com.salesforce.androidsdk.ui
A custom array adapter that represents a list of Salesforce user accounts.
UserAccountAdapter(Context, int, UserAccount[]) - Constructor for class com.salesforce.androidsdk.ui.UserAccountAdapter
Parameterized constructor.
UserAccountBuilder - Class in com.salesforce.androidsdk.accounts
This class helps build a UserAccount object.
UserAccountManager - Class in com.salesforce.androidsdk.accounts
This class acts as a manager that provides methods to access user accounts that are currently logged in, and can be used to add new user accounts.
UserAccountManager() - Constructor for class com.salesforce.androidsdk.accounts.UserAccountManager
Protected constructor.
UserAgentInterceptor() - Constructor for class com.salesforce.androidsdk.auth.HttpAccess.UserAgentInterceptor
 
UserAgentInterceptor(String) - Constructor for class com.salesforce.androidsdk.auth.HttpAccess.UserAgentInterceptor
 
userId(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets user ID.
userId - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
userId - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
userId - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
USERNAME - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
username(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets username.
username - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
username - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
USERNAME - Static variable in class com.salesforce.androidsdk.util.test.TestCredentials
 
UserSwitchReceiver - Class in com.salesforce.androidsdk.util
Listens for the user switch event, and acts on it.
UserSwitchReceiver() - Constructor for class com.salesforce.androidsdk.util.UserSwitchReceiver
 
userType - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
useSandbox() - Method in class com.salesforce.androidsdk.config.LoginServerManager
Selects Sandbox as login server (used in tests).
utcOffset - Variable in class com.salesforce.androidsdk.auth.OAuth2.IdServiceResponse
 
UTF_8 - Static variable in class com.salesforce.androidsdk.rest.RestRequest
utf_8 charset

V

v(String, String) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs a verbose log line.
v(String, String, Throwable) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs a verbose log line.
v(Context, String, String) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs a verbose log line.
v(Context, String, String, Throwable) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs a verbose log line.
v(String, String) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs a verbose log line.
v(String, String, Throwable) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs a verbose log line.
v(String, String) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs a verbose log line.
v(String, String, Throwable) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs a verbose log line.
v(String, String) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs a verbose log line.
v(String, String, Throwable) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs a verbose log line.
v(String, String) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs a verbose log line.
v(String, String, Throwable) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs a verbose log line.
validateBootConfig(BootConfig) - Static method in class com.salesforce.androidsdk.config.BootConfig
Validates a boot config's inputs against basic sanity tests.
VALUE - Static variable in class com.salesforce.androidsdk.ui.DevInfoActivity
 
VALUE_SUFFIX - Static variable in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
valueOf(String) - Static method in enum com.salesforce.androidsdk.analytics.logger.SalesforceLogger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.analytics.model.InstrumentationEvent.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.analytics.model.InstrumentationEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.analytics.model.InstrumentationEvent.SchemaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.analytics.security.Encryptor.CipherMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.config.RuntimeConfig.ConfigKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.rest.files.RenditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.rest.RestRequest.RestEndpoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.rest.RestRequest.RestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation.AlterSoupStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.smartstore.store.LongOperation.LongOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.smartstore.store.QuerySpec.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.smartstore.store.QuerySpec.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.smartstore.store.SmartStore.FtsExtension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.smartstore.store.SmartStore.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.smartstore.store.SmartStore.TypeGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.salesforce.androidsdk.util.EventsObservable.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.salesforce.androidsdk.analytics.logger.SalesforceLogger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.analytics.model.InstrumentationEvent.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.analytics.model.InstrumentationEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.analytics.model.InstrumentationEvent.SchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.analytics.security.Encryptor.CipherMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.config.RuntimeConfig.ConfigKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.rest.files.RenditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.rest.RestRequest.RestEndpoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.rest.RestRequest.RestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.smartstore.store.AlterSoupLongOperation.AlterSoupStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.smartstore.store.LongOperation.LongOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.smartstore.store.QuerySpec.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.smartstore.store.QuerySpec.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.smartstore.store.SmartStore.FtsExtension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.smartstore.store.SmartStore.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.smartstore.store.SmartStore.TypeGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.salesforce.androidsdk.util.EventsObservable.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_FILE_NAME - Static variable in class com.salesforce.androidsdk.smartstore.store.KeyValueEncryptedFileStore
 
VERSION_NUMBER - Static variable in class com.salesforce.androidsdk.rest.ApiVersionStrings
 
VF_DOMAIN - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
VF_SID - Static variable in class com.salesforce.androidsdk.accounts.UserAccount
 
vfDomain(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets VF domain.
vfDomain - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
vfDomain - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 
vfSid(String) - Method in class com.salesforce.androidsdk.accounts.UserAccountBuilder
Sets VF SID.
vfSid - Variable in class com.salesforce.androidsdk.auth.OAuth2.TokenEndpointResponse
 
vfSid - Variable in class com.salesforce.androidsdk.rest.RestClient.ClientInfo
 

W

w(String, String) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs a warning log line.
w(String, String, Throwable) - Method in class com.salesforce.androidsdk.analytics.logger.SalesforceLogger
Logs a warning log line.
w(Context, String, String) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs a warning log line.
w(Context, String, String, Throwable) - Static method in class com.salesforce.androidsdk.analytics.util.SalesforceAnalyticsLogger
Logs a warning log line.
w(String, String) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs a warning log line.
w(String, String, Throwable) - Static method in class com.salesforce.androidsdk.phonegap.util.SalesforceHybridLogger
Logs a warning log line.
w(String, String) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs a warning log line.
w(String, String, Throwable) - Static method in class com.salesforce.androidsdk.reactnative.util.SalesforceReactLogger
Logs a warning log line.
w(String, String) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs a warning log line.
w(String, String, Throwable) - Static method in class com.salesforce.androidsdk.smartstore.util.SmartStoreLogger
Logs a warning log line.
w(String, String) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs a warning log line.
w(String, String, Throwable) - Static method in class com.salesforce.androidsdk.util.SalesforceSDKLogger
Logs a warning log line.
waitForEvent(EventsObservable.EventType, int) - Method in class com.salesforce.androidsdk.util.test.EventsListenerQueue
will wait for expected event in the queue, waiting till the timeout specified
WAS_REQUEST_SUCCESSFUL_EXTRA - Static variable in class com.salesforce.androidsdk.util.AuthConfigUtil
 
WatchableStream - Interface in com.salesforce.androidsdk.analytics.util
Interface for stream that can be watched (on close etc)
WatchableStream.Watcher - Interface in com.salesforce.androidsdk.analytics.util
 
writeCurVersion(String, String) - Method in class com.salesforce.androidsdk.app.SalesforceSDKUpgradeManager
Writes the current version to the shared preference file.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links