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

C

Cache - class in com.sap.cloud.mobile.foundation.cache
In general, a cache is a key/value store that has a maximum storage capacity and exposes methods to support CRUD operations to provide temporary storage which maintains a single copy of items that are expensive to create or load, for example via remote network calls.
CacheBase - class in com.sap.cloud.mobile.foundation.cache
Abstract class for Cache implementations.
CacheCostFactor - class in com.sap.cloud.mobile.foundation.cache
In parallel to the Cache Replacement Policy, the optional Cost Factor feature described here provides the eviction mechanism for a Cache implementation to remove one or more existing cache entries so that a new item can be added (via put) when the aggregated cost exceeds the maximum total cost:
  • During cache initialization, the cache implementation should have method(s) to let the user specify the maximum total cost, and a CacheCostFactor instance that implements onExceedMaxCost.
  • When the put is called:
Note that the Cost Factor can also be used as a mechanism to pin down a certain entry that is deemed important regardless of the Cache Replacement Policy.
CacheEntry - class in com.sap.cloud.mobile.foundation.cache
A read-only helper class used as the return value of getEntry.
CALLIDUS - enum entry in com.sap.cloud.mobile.foundation.networking.ComponentType
 
callOnClick() - function in android.view.View
 
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.OAuth2BrowserProcessor
Cancels the ongoing authentication process.
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.OAuth2ClientCredentialGrantProcessor
Cancels the ongoing authentication process.
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.OAuth2PasswordProcessor
Cancels the ongoing authentication process.
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Processor
Cancels the ongoing authentication process.
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.OAuth2WebViewProcessor
Cancels the ongoing authentication process.
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.OtpProcessor
Cancels the ongoing authentication process.
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.OtpWebViewProcessor
Cancels the ongoing authentication process.
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.SamlProcessor
Cancels the ongoing authentication process.
cancelAuthentication() - function in com.sap.cloud.mobile.foundation.authentication.SamlWebViewProcessor
Cancels the ongoing authentication process.
cancelDragAndDrop() - function in android.view.View
 
cancelLongPress() - function in android.view.View
 
cancelPendingInputEvents() - function in android.view.View
 
cancelUpload() - function in com.sap.cloud.mobile.foundation.usage.AppUsageUploader
Cancels upload for the system default target ID if an upload is in progress.
cancelUploadLog() - function in com.sap.cloud.mobile.foundation.logging.Logging
Cancels log upload if an upload is in progress.
canGoBack() - function in android.webkit.WebView
 
canGoBackOrForward(int) - function in android.webkit.WebView
 
canGoForward() - function in android.webkit.WebView
 
canResolveLayoutDirection() - function in android.view.View
 
canResolveTextAlignment() - function in android.view.View
 
canResolveTextDirection() - function in android.view.View
 
canScrollHorizontally(int) - function in android.view.View
 
canScrollVertically(int) - function in android.view.View
 
canZoomIn() - function in android.webkit.WebView
 
canZoomOut() - function in android.webkit.WebView
 
capabilities(kotlin.Array) - function in com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationParameters.Builder
 
capturePicture() - function in android.webkit.WebView
 
category(java.lang.String) - function in com.sap.cloud.mobile.foundation.usage.AppUsageInfo
Adds the data for CATEGORY.
CCT - enum entry in com.sap.cloud.mobile.foundation.authentication.OAuth2WebOption
 
CertificateFailureInterceptor - class in com.sap.cloud.mobile.foundation.authentication
This class helps recover from certificate failures caused by waiting for a client certificate to be provided.
CertificateProvider - class in com.sap.cloud.mobile.foundation.authentication
Interface definition for a class that will be called when a certificate challenge is received.
CertificateRequest - class in com.sap.cloud.mobile.foundation.authentication
The certificate request includes information to help choose the client certificate.
CERTS - enum entry in com.sap.cloud.mobile.foundation.model.AuthMethod
 
CertsAuth - class in com.sap.cloud.mobile.foundation.model
Cert authentication information
CF_API_KEY_ONLY - enum entry in com.sap.cloud.mobile.foundation.model.AuthMethod
 
challengeHeaderName(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OtpConfiguration.Builder
 
challengeHeaderName(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.SamlConfiguration.Builder
 
challengeHeaderValue(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OtpConfiguration.Builder
 
challengeHeaderValue(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.SamlConfiguration.Builder
 
changeEncryptionKey(kotlin.Array) - function in com.sap.cloud.mobile.foundation.cache.SecureStoreCache
Changes the encryption key of the persistence store while the cache is in open state.
changeEncryptionKey(kotlin.ByteArray) - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseStore
Changes the encryption key of the database.
changeEncryptionKey(kotlin.Array) - function in com.sap.cloud.mobile.foundation.securestore.SecureKeyValueStore
Changes the encryption key of the secure store.
changeEncryptionKey(kotlin.Array) - function in com.sap.cloud.mobile.foundation.securestore.SecurePreferenceDataStore
Changes the encryption key of the store while the store is opened (close is not yet called).
changeEncryptionKey(kotlin.Array) - function in com.sap.cloud.mobile.foundation.usage.AppUsage
Changes the encryption key of the store while the store is open.
changeIterationCount(java.lang.String,kotlin.Array,int) - function in com.sap.cloud.mobile.foundation.common.EncryptionUtil
An encryption key that requires passcode (in PASSCODE_ONLY or PASSCODE_BIOMETRIC state) uses PBKDF2 to generate a Secret Key from the passcode and then generating a secondary key randomly.
changePasscode(java.lang.String,kotlin.Array,kotlin.Array) - function in com.sap.cloud.mobile.foundation.common.EncryptionUtil
Changes the passcode so that the user's key is re-encrypted with the new passcode when in PASSCODE_ONLY or PASSCODE_BIOMETRIC state.
checkAccess() - function in java.lang.Thread
 
checkCallingOrSelfPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkCallingOrSelfPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkCallingOrSelfUriPermission(android.net.Uri,int) - function in android.content.ContextWrapper
 
checkCallingOrSelfUriPermission(android.net.Uri,java.lang.Integer) - function in android.content.ContextWrapper
 
checkCallingOrSelfUriPermissions(java.util.List,int) - function in android.content.ContextWrapper
 
checkCallingOrSelfUriPermissions(java.util.List,java.lang.Integer) - function in android.content.ContextWrapper
 
checkCallingPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkCallingPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkCallingUriPermission(android.net.Uri,int) - function in android.content.ContextWrapper
 
checkCallingUriPermission(android.net.Uri,java.lang.Integer) - function in android.content.ContextWrapper
 
checkCallingUriPermissions(java.util.List,int) - function in android.content.ContextWrapper
 
checkCallingUriPermissions(java.util.List,java.lang.Integer) - function in android.content.ContextWrapper
 
checkDigit(kotlin.CharArray) - function in com.sap.cloud.mobile.foundation.settings.policies.PasscodePolicy
 
checkInputConnectionProxy(android.view.View) - function in android.view.View
 
checkLower(kotlin.CharArray) - function in com.sap.cloud.mobile.foundation.settings.policies.PasscodePolicy
 
checkPermission(java.lang.String,int,int) - function in android.content.ContextWrapper
 
checkPermission(java.lang.String,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
 
checkPredefinedCondition() - function in com.sap.cloud.mobile.foundation.remotenotification.BasePushService
 
checkProperties(com.sap.cloud.mobile.foundation.model.OAuthClientBuilder) - function in com.sap.cloud.mobile.foundation.model.AbstractOAuthClient.Companion
 
checkSelfPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkSelfPermission(java.lang.String) - function in android.content.ContextWrapper
 
checkSpecial(kotlin.CharArray) - function in com.sap.cloud.mobile.foundation.settings.policies.PasscodePolicy
 
checkUniqueChars(kotlin.CharArray) - function in com.sap.cloud.mobile.foundation.settings.policies.PasscodePolicy
 
checkUpper(kotlin.CharArray) - function in com.sap.cloud.mobile.foundation.settings.policies.PasscodePolicy
 
checkUriPermission(android.net.Uri,int,int,int) - function in android.content.ContextWrapper
 
checkUriPermission(android.net.Uri,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
 
checkUriPermission(android.net.Uri,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
 
checkUriPermissions(java.util.List,int,int,int) - function in android.content.ContextWrapper
 
checkUriPermissions(java.util.List,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
 
checkUserSession(java.lang.String) - function in com.sap.cloud.mobile.foundation.user.UserService
Checks whether the current user session belongs to the user identified by the given currentUserId.
checkUserSession(java.lang.String,com.sap.cloud.mobile.foundation.mobileservices.ServiceListener) - function in com.sap.cloud.mobile.foundation.user.UserService
Checks whether the current user session belongs to the user identified by the given currentUserId, and notify the result out with the given listener
checkUserSession() - function in com.sap.cloud.mobile.foundation.user.UserSessionService
Check user session matches.
childDrawableStateChanged(android.view.View) - function in android.view.ViewGroup
 
childHasTransientStateChanged(android.view.View,boolean) - function in android.view.ViewGroup
 
ChooseCertificateProvider - class in com.sap.cloud.mobile.foundation.authentication
An implementation of the {@link CertificateProvider} that present the dialog to choose the certificate from device.
ChooseCertificateProvider.AliasStore - class in com.sap.cloud.mobile.foundation.authentication.ChooseCertificateProvider
An interface used for persisting the aliases the user has selected from the android.security.KeyChain.
chrome() - function in com.sap.cloud.mobile.foundation.authentication.BrowserDetails
Returns a BrowserDetails object matching any version of the Chrome browser.
chrome(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.BrowserDetails
Returns a BrowserDetails object matching a Chrome browser of greater or equal version.
clear() - function in com.sap.cloud.mobile.foundation.authentication.CertificateProvider
Invoked if the user wishes to forget all certificates from the provider.
clear(java.lang.String,int) - function in com.sap.cloud.mobile.foundation.authentication.CertificateProvider
Invoked if the certificate for the given host and port is rejected.
clear() - function in com.sap.cloud.mobile.foundation.authentication.ChooseCertificateProvider
Invoked if the user wishes to forget all certificates from the provider.
clear(java.lang.String,java.lang.Integer) - function in com.sap.cloud.mobile.foundation.authentication.ChooseCertificateProvider
Invoked if the certificate for the given host and port is rejected.
clear() - function in com.sap.cloud.mobile.foundation.authentication.ChooseCertificateProvider.AliasStore
Clears all information from the store.
clear() - function in com.sap.cloud.mobile.foundation.authentication.SslClientAuth
Clears the stored certificate preferences.
clear(java.lang.String,int) - function in com.sap.cloud.mobile.foundation.authentication.SslClientAuth
Clears the stored certificate preferences for the given host and port.
clear() - function in com.sap.cloud.mobile.foundation.authentication.SystemCertificateProvider
Invoked if the user wishes to forget all certificates from the provider.
clear(java.lang.String,java.lang.Integer) - function in com.sap.cloud.mobile.foundation.authentication.SystemCertificateProvider
Invoked if the certificate for the given host and port is rejected.
clear() - function in com.sap.cloud.mobile.foundation.authentication.SystemCertificateProvider.AliasStore
Clears all information from the store.
clear() - function in com.sap.cloud.mobile.foundation.common.ClientProvider
 
clear() - function in com.sap.cloud.mobile.foundation.common.SettingsProvider
 
clear() - function in com.sap.cloud.mobile.foundation.networking.PassportManager
 
clear() - function in java.util.HashMap
 
clearAbortBroadcast() - function in android.content.BroadcastReceiver
 
clearAnimation() - function in android.view.View
 
clearCache(boolean) - function in android.webkit.WebView
 
clearChildFocus(android.view.View) - function in android.view.ViewGroup
 
clearClientCertPreferences(java.lang.Runnable) - function in android.webkit.WebView
 
clearData(java.lang.String) - function in com.sap.cloud.mobile.foundation.user.UserStoreManager
Clears the user secure store for the given keys.
clearDisappearingChildren() - function in android.view.ViewGroup
 
clearFocus() - function in android.view.ViewGroup
 
clearFormData() - function in android.webkit.WebView
 
clearHistory() - function in android.webkit.WebView
 
clearMatches() - function in android.webkit.WebView
 
clearOnMemoryError() - function in com.sap.cloud.mobile.foundation.cache.MemoryCache
Sets a flag so that when low memory condition occurs, all cache entries will be removed(clearing the cache).
clearOverrideActivityTransition(int) - function in android.app.Activity
 
clearOverrideActivityTransition(java.lang.Integer) - function in android.app.Activity
 
clearRestrictedFeatures() - function in com.sap.cloud.mobile.foundation.settings.policies.FeatureRestrictionPolicy
 
clearSslPreferences() - function in android.webkit.WebView
 
clearView() - function in android.webkit.WebView
 
clearViewTranslationCallback() - function in android.view.View
 
clearWallpaper() - function in android.content.ContextWrapper
 
clearWallpaper() - function in android.content.ContextWrapper
 
clientId(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Configuration.Builder
 
clientID(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuthClient.Builder
 
clientID(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuthClientPassword.Builder
 
ClientPolicies - class in com.sap.cloud.mobile.foundation.settings.policies
Represents the client policies defined in mobile server.
ClientPolicyService - class in com.sap.cloud.mobile.foundation.settings
Represents the service to retrieve all client policies from server, like passcode, log settings, usage policy, etc.
ClientProvider - class in com.sap.cloud.mobile.foundation.common
Facilitates keeping a global reference to a Networking Client that has been initialized with all the necessary Authentication and other interceptors.
ClientResourceBundle - class in com.sap.cloud.mobile.foundation.clientresources
Represents the model of resource bundle.
ClientResources - class in com.sap.cloud.mobile.foundation.clientresources
The ClientResources class that implements APIs to download client resources or retrieve information about resources from mobile services.
ClientResources.CallbackListener - class in com.sap.cloud.mobile.foundation.clientresources.ClientResources
Interface definition for callback handler for operation.
ClientResourceService - class in com.sap.cloud.mobile.foundation.clientresources
Represents the service to handle client resource related cases, for example,<ul> <li>Automatically download the default client resource when app is brought to foreground.</li> <li>Retrieve the resource bundle information from mobile server.</li> <li>Download a specified resource bundle then save it a local file.</li> </ul>
clone() - function in java.util.HashMap
 
cloneSilent() - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Interceptor
Generates a silent clone of the current interceptor.
cloneSilent() - function in com.sap.cloud.mobile.foundation.authentication.SamlInterceptor
 
cloneSilent() - function in com.sap.cloud.mobile.foundation.networking.SilenceableInterceptor
 
cloneSilent() - function in com.sap.cloud.mobile.foundation.safetynet.AttestationInterceptor
 
close() - function in com.sap.cloud.mobile.foundation.cache.SecureStoreCache
Closes the underlying persistence store.
close() - function in com.sap.cloud.mobile.foundation.common.EncryptionInputStream
 
close() - function in com.sap.cloud.mobile.foundation.common.EncryptionOutputStream
This method ensures all encrypted/decrypted bytes are written to the OutputStream, then the OutputStream is closed and resources are freed.
close() - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseResultSet
Closes the result set.
close() - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseStore
Closes the database.
close() - function in com.sap.cloud.mobile.foundation.securestore.SecureKeyValueStore
Closes the key value store to release system resources.
close() - function in com.sap.cloud.mobile.foundation.securestore.SecurePreferenceDataStore
Closes the store and relinquishes all resources acquired during its operations .
close() - function in java.io.UsageStore
 
close() - function in java.lang.UsageSnapshot
 
closeContextMenu() - function in android.app.Activity
 
closeContextMenu() - function in android.app.Activity
 
closeOptionsMenu() - function in android.app.Activity
 
closeOptionsMenu() - function in android.app.Activity
 
closeOptionsMenu() - function in androidx.appcompat.app.AppCompatActivity
 
closeOptionsMenu() - function in androidx.appcompat.app.AppCompatActivity
 
closeStore() - function in com.sap.cloud.mobile.foundation.user.DeviceUserManager
Closes the database.
closeStore() - function in com.sap.cloud.mobile.foundation.user.UserStoreManager
Closes the secure store for the given user.
code() - function in com.sap.cloud.mobile.foundation.networking.HttpException
HTTP status code.
columnIndex(java.lang.String) - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseResultSet
Returns the column index of the specified column name.
columnName(int) - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseResultSet
Returns the column name at the specified column position.
com.sap.cloud.mobile.foundation.authentication - package com.sap.cloud.mobile.foundation.authentication
 
com.sap.cloud.mobile.foundation.cache - package com.sap.cloud.mobile.foundation.cache
 
com.sap.cloud.mobile.foundation.clientresources - package com.sap.cloud.mobile.foundation.clientresources
 
com.sap.cloud.mobile.foundation.common - package com.sap.cloud.mobile.foundation.common
 
com.sap.cloud.mobile.foundation.configurationprovider - package com.sap.cloud.mobile.foundation.configurationprovider
 
com.sap.cloud.mobile.foundation.core - package com.sap.cloud.mobile.foundation.core
 
com.sap.cloud.mobile.foundation.crash - package com.sap.cloud.mobile.foundation.crash
 
com.sap.cloud.mobile.foundation.ext - package com.sap.cloud.mobile.foundation.ext
 
com.sap.cloud.mobile.foundation.logging - package com.sap.cloud.mobile.foundation.logging
 
com.sap.cloud.mobile.foundation.mobileservices - package com.sap.cloud.mobile.foundation.mobileservices
 
com.sap.cloud.mobile.foundation.model - package com.sap.cloud.mobile.foundation.model
 
com.sap.cloud.mobile.foundation.networking - package com.sap.cloud.mobile.foundation.networking
 
com.sap.cloud.mobile.foundation.remotenotification - package com.sap.cloud.mobile.foundation.remotenotification
 
com.sap.cloud.mobile.foundation.safetynet - package com.sap.cloud.mobile.foundation.safetynet
 
com.sap.cloud.mobile.foundation.securestore - package com.sap.cloud.mobile.foundation.securestore
 
com.sap.cloud.mobile.foundation.settings - package com.sap.cloud.mobile.foundation.settings
 
com.sap.cloud.mobile.foundation.settings.policies - package com.sap.cloud.mobile.foundation.settings.policies
 
com.sap.cloud.mobile.foundation.theme - package com.sap.cloud.mobile.foundation.theme
 
com.sap.cloud.mobile.foundation.usage - package com.sap.cloud.mobile.foundation.usage
 
com.sap.cloud.mobile.foundation.user - package com.sap.cloud.mobile.foundation.user
 
combineMeasuredStates(int,int) - function in android.view.View
 
commit() - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseStore
Commits the transaction, and ends the current transaction.
ComponentType - class in com.sap.cloud.mobile.foundation.networking
 
CompositeCache - class in com.sap.cloud.mobile.foundation.cache
is a multi-level cache container that implements the Cache interface.
compute(K,java.util.function.BiFunction) - function in java.util.HashMap
 
computeIfAbsent(K,java.util.function.Function) - function in java.util.HashMap
 
computeIfPresent(K,java.util.function.BiFunction) - function in java.util.HashMap
 
computeScroll() - function in android.webkit.WebView
 
computeSystemWindowInsets(android.view.WindowInsets,android.graphics.Rect) - function in android.view.View
 
CONCUR - enum entry in com.sap.cloud.mobile.foundation.networking.ComponentType
 
config(com.sap.cloud.mobile.foundation.model.OAuthConfig) - function in com.sap.cloud.mobile.foundation.model.OAuth.Builder
 
config(com.sap.cloud.mobile.foundation.model.SamlConfig) - function in com.sap.cloud.mobile.foundation.model.SamlAuth.Builder
 
ConfigurationLoader - class in com.sap.cloud.mobile.foundation.configurationprovider
The main entry point, responsible for configuration retrieval, provider processing, retries, input and error callbacks.
ConfigurationLoaderCallback - class in com.sap.cloud.mobile.foundation.configurationprovider
Callbacks for the providers.
ConfigurationPersistenceException - class in com.sap.cloud.mobile.foundation.configurationprovider
An Exception thrown by a ConfigurationPersiter when there is an error persisting the given configuration data.
ConfigurationPersister - class in com.sap.cloud.mobile.foundation.configurationprovider
Output handler contract.
ConfigurationProvider - class in com.sap.cloud.mobile.foundation.configurationprovider
Configuration provider contract.
ConfigurationProviderError - class in com.sap.cloud.mobile.foundation.configurationprovider
Represents an error generated by a configuration provider.
configure(android.content.Context) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Restarts the UsageBroker
configure(android.content.Context,boolean) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Restarts the UsageBroker
configure(android.content.Context,java.util.UUID) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Restarts the UsageBroker
configure(android.content.Context,java.util.UUID,boolean) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Restarts the UsageBroker
configure(android.content.Context,java.util.UUID,kotlin.Array) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Restarts the UsageBroker
configure(android.content.Context,java.util.UUID,kotlin.Array,boolean) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Restarts the UsageBroker
consentForUser(android.content.Context,java.util.UUID) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Deny consent for the specified user.
consentForUser(android.content.Context,java.util.UUID,boolean) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Record consent value for the specified user.
CONSUMED - enum entry in com.sap.cloud.mobile.foundation.remotenotification.PushRemoteMessage.NotificationStatus
 
containsKey(Object) - function in java.util.HashMap
 
containsValue(Object) - function in java.util.HashMap
 
convertManagedConfigToJson(android.os.Bundle,java.util.List) - function in com.sap.cloud.mobile.foundation.configurationprovider.DefaultManagedConfigToJsonConverter
Converts managed configuration data to json.
convertManagedConfigToJson(android.os.Bundle,java.util.List) - function in com.sap.cloud.mobile.foundation.configurationprovider.ManagedConfigToJsonConverter
Converts managed configuration data to json.
COPILOT - enum entry in com.sap.cloud.mobile.foundation.networking.ComponentType
 
copyBackForwardList() - function in android.webkit.WebView
 
copyOf(java.util.Map) - function in java.util.Map
 
CorrelationInterceptor - class in com.sap.cloud.mobile.foundation.networking
This interceptor adds a X-SAP-CorrelationID header to each request.
count() - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseResultSet
Retrieves the number of rows in the result set.
count() - function in com.sap.cloud.mobile.foundation.securestore.SecureKeyValueStore
Returns the number of items in the key value store.
countStackFrames() - function in java.lang.Thread
 
CPIC - enum entry in com.sap.cloud.mobile.foundation.networking.ComponentType
 
CpmsParameters - class in com.sap.cloud.mobile.foundation.common
 
CrashService - class in com.sap.cloud.mobile.foundation.crash
 
CrashService.CrashUploadWorker - class in com.sap.cloud.mobile.foundation.crash.CrashService
 
create(android.content.Context) - function in com.sap.cloud.mobile.foundation.core.SDKProcessObserverInitializer
 
createAccessibilityNodeInfo() - function in android.view.View
 
createAppConfigFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.AppConfig.Companion
Creates AppConfig from a json string
createAppConfigFromSignedJsonString(java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.model.AppConfig.Companion
Creates AppConfig from a json string which is signed
createAppConfigFromSignedString(java.lang.String,java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.model.AppConfig.Companion
Creates AppConfig from a string which is signed
createAppConfigFromString(java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.model.AppConfig.Companion
Creates AppConfig from a string, handle both Json and URL format
createAppConfigFromStringAllFormat(java.lang.String,java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.model.AppConfig.Companion
Creates AppConfig from a string which may be signed or un-signed
createAttributionContext(java.lang.String) - function in android.content.ContextWrapper
 
createAttributionContext(java.lang.String) - function in android.content.ContextWrapper
 
createAuthAPIKeyOnlyFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.APIKeyOnlyAuth.Companion
Parses the string manually, since it might come from discovery service or other sources, the properties in json might not be the same order as what serializer does.
createAuthFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuth.Companion
 
createAuthFromMap(java.util.Map,com.sap.cloud.mobile.foundation.model.AppConfig.ContentFormat) - function in com.sap.cloud.mobile.foundation.model.OAuth.Companion
 
createAuthNoneFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.NoneAuth.Companion
Parses the string manually, since it might come from discovery service or other sources, the properties in json might not be the same order as what serializer does.
createBasicAuthFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.BasicAuth.Companion
Parses the string manually, since it might come from discovery service or other sources, the properties in json might not be the same order as what serializer does.
createBasicAuthFromMap(java.util.Map) - function in com.sap.cloud.mobile.foundation.model.BasicAuth.Companion
 
createCertFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.CertsAuth.Companion
 
createClientFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuthClient.Companion
The str might come from other sources, it will be different as the serializer generates, so we need to parse with json
createClientFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuthClientPassword.Companion
The str might come from other sources, it will be different as the serializer generates, so we need to parse with json
createConfigFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuthConfig.Companion
 
createConfigurationContext(android.content.res.Configuration) - function in android.content.ContextWrapper
 
createConfigurationContext(android.content.res.Configuration) - function in android.content.ContextWrapper
 
createContext(android.content.ContextParams) - function in android.content.ContextWrapper
 
createContext(android.content.ContextParams) - function in android.content.ContextWrapper
 
createContextForSplit(java.lang.String) - function in android.content.ContextWrapper
 
createContextForSplit(java.lang.String) - function in android.content.ContextWrapper
 
createContextMenu(android.view.ContextMenu) - function in android.view.View
 
CreateDatabaseCallback - class in com.sap.cloud.mobile.foundation.securestore
This interface is used to provide callback methods to create or update database objects when instantiating Secure Database Store via SecureDatabaseStore.
createDeviceContext(int) - function in android.content.ContextWrapper
 
createDeviceContext(java.lang.Integer) - function in android.content.ContextWrapper
 
createDeviceProtectedStorageContext() - function in android.content.ContextWrapper
 
createDeviceProtectedStorageContext() - function in android.content.ContextWrapper
 
createDeviceUserFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.user.DeviceUser.Companion
Converts the given JSON string to 'DeviceUser'
createDisplayContext(android.view.Display) - function in android.content.ContextWrapper
 
createDisplayContext(android.view.Display) - function in android.content.ContextWrapper
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.IntegrityNonce.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.IntegrityToken.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.safetynet.AttestationNonce.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.safetynet.AttestationResult.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.SharedDeviceSettings.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.AttestationPolicy.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.BlockWipingPolicy.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.ClientPolicies.Companion
Creates ClientPolicies instance from the given jsonString
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.FeatureRestrictionPolicy.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.LogPolicy.Companion
Create log settings model from a json string
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.NetworkPolicy.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.NetworkPolicyItem.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.PasscodePolicy.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.PlayIntegrityPolicy.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.RestrictedFeature.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.SecurityPolicy.Companion
 
createFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.settings.policies.UsagePolicy.Companion
Creates UsagePolicy instance out of jsonString
createOAuth2TokenFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Token.Companion
 
createPackageContext(java.lang.String,int) - function in android.content.ContextWrapper
 
createPackageContext(java.lang.String,java.lang.Integer) - function in android.content.ContextWrapper
 
createPendingResult(int,android.content.Intent,int) - function in android.app.Activity
 
createPendingResult(java.lang.Integer,android.content.Intent,java.lang.Integer) - function in android.app.Activity
 
createPrintDocumentAdapter() - function in android.webkit.WebView
 
createResourceBundleFromString(java.lang.String) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResourceBundle.Companion
 
createResourceBundlesFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResourceBundle.Companion
Creates a list of ClientResourceBundle from json string.
createResponseIntent(android.content.Context,android.net.Uri) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2AuthorizationActivity.Companion
 
createSamlAuthFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.SamlAuth.Companion
 
createSamlAuthFromMap(java.util.Map) - function in com.sap.cloud.mobile.foundation.model.SamlAuth.Companion
 
createSamlConfigFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.SamlConfig.Companion
 
createStartIntent(android.content.Context,java.lang.String,android.os.Messenger,com.sap.cloud.mobile.foundation.authentication.BrowserWhitelist) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2AuthorizationActivity.Companion
 
createUser(com.sap.cloud.mobile.foundation.user.User) - function in com.sap.cloud.mobile.foundation.user.DeviceUserManager
Creates a new user into the database, and return the user information
createUserFromJsonString(java.lang.String) - function in com.sap.cloud.mobile.foundation.user.User.Companion
Creates user instance from a json string
createWebMessageChannel() - function in android.webkit.WebView
 
createWindowContext(android.view.Display,java.lang.Integer,android.os.Bundle) - function in android.content.ContextWrapper
 
createWindowContext(int,android.os.Bundle) - function in android.content.ContextWrapper
 
createWindowContext(java.lang.Integer,android.os.Bundle) - function in android.content.ContextWrapper
 
CsrfTokenInterceptor - class in com.sap.cloud.mobile.foundation.networking
This interceptor is responsible for setting the X-CSRF-Token header for communication with services exposed by SAPcpms.
currentThread() - function in java.lang.Thread
 
CUSTOMER_CHECKOUT - enum entry in com.sap.cloud.mobile.foundation.networking.ComponentType
 
CustomSettingsEntity - class in com.sap.cloud.mobile.foundation.settings.policies
Represents the parent class for custom settings entity.
CustomSettingsService - class in com.sap.cloud.mobile.foundation.settings
Represents the service to deal with custom setting exchanges, loading/storing/updating/deleting custom settings.
customTabsSupported(android.content.Context) - function in com.sap.cloud.mobile.foundation.ext.SDKCustomTabsLauncher.Companion
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z