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

D

debugLogback(boolean) - function in com.sap.cloud.mobile.foundation.logging.Logging.ConfigurationBuilder
Add some debug information from logback.
decrypt(kotlin.Array,kotlin.Array) - function in com.sap.cloud.mobile.foundation.common.RawEncryption
Decrypts the contents of the given byte array with the given encryption key.
decryptFile(java.lang.String,java.lang.String,kotlin.Array) - function in com.sap.cloud.mobile.foundation.common.RawEncryption
Decrypts a file and saves the decrypted contents to another file.
decryptStream(java.io.InputStream,java.io.OutputStream,kotlin.Array) - function in com.sap.cloud.mobile.foundation.common.RawEncryption
Decrypts the contents of a stream and passes the decrypted contents to another stream.
DEFAULT - enum entry in com.sap.cloud.mobile.foundation.logging.LogUploadType
 
DEFAULT - enum entry in com.sap.cloud.mobile.foundation.logging.Logging.UploadType
 
DefaultManagedConfigToJsonConverter - class in com.sap.cloud.mobile.foundation.configurationprovider
Provides the default method for converting managed configuration data to Json.
DefaultPersistenceMethod - class in com.sap.cloud.mobile.foundation.configurationprovider
Default Persistence Method.
delete(java.lang.String) - function in com.sap.cloud.mobile.foundation.common.EncryptionUtil
Removes the encryption key.
deleteAllCredentials() - function in com.sap.cloud.mobile.foundation.authentication.BasicAuthCredentialStore
Deletes all stored credentials.
deleteAllCredentials() - function in com.sap.cloud.mobile.foundation.authentication.BasicAuthInMemoryStore
Deletes all stored credentials.
deleteAllCredentials() - function in com.sap.cloud.mobile.foundation.authentication.BasicAuthPersistentStore
Deletes all stored credentials.
deleteAllLogFiles() - function in com.sap.cloud.mobile.foundation.logging.Logging
Delete all files used to log.
deleteAutoEncryptionKey() - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseStore
 
deleteCredential(java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.BasicAuthCredentialStore
Deletes the stored credentials for a given root URL and realm.
deleteCredential(java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.BasicAuthInMemoryStore
Deletes the stored credentials for a given root URL and realm.
deleteCredential(java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.BasicAuthPersistentStore
Deletes the stored credentials for a given root URL and realm.
deleteCustomPolicy(java.lang.String,com.sap.cloud.mobile.foundation.settings.policies.SettingsTarget) - function in com.sap.cloud.mobile.foundation.settings.CustomSettingsService
Deletes a custom setting entity on mobile server.
deleteCustomPolicy(java.lang.String,com.sap.cloud.mobile.foundation.settings.policies.SettingsTarget,com.sap.cloud.mobile.foundation.mobileservices.ServiceListener) - function in com.sap.cloud.mobile.foundation.settings.CustomSettingsService
Deletes a custom setting entity on mobile server, the result will notified to listener on the main thread.
deleteOnboardingUserInfo(java.lang.String) - function in com.sap.cloud.mobile.foundation.user.DeviceUserManager
Removes all the user onboarding information from the store.
deleteRegistration(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener,java.lang.String,java.lang.String,com.sap.cloud.mobile.foundation.user.UserSessionRevokeLevel) - function in com.sap.cloud.mobile.foundation.user.UserService
Deletes the registration of the current user.
deleteRegistration(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener,java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.user.UserService
Deletes the registration of the current user.
deleteRegistration(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener,java.lang.String) - function in com.sap.cloud.mobile.foundation.user.UserService
Deletes the registration of the current user.
deleteRegistration(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener) - function in com.sap.cloud.mobile.foundation.user.UserService
Deletes the registration of the current user.
deleteRegistration(java.lang.String,java.lang.String,com.sap.cloud.mobile.foundation.user.UserSessionRevokeLevel) - function in com.sap.cloud.mobile.foundation.user.UserService
Deletes the registration of the current user.
deleteRegistration(java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.user.UserService
Deletes the registration of the current user.
deleteRegistration(java.lang.String) - function in com.sap.cloud.mobile.foundation.user.UserService
Deletes the registration of the current user.
deleteRegistration() - function in com.sap.cloud.mobile.foundation.user.UserService
Deletes the registration of the current user.
deleteStore(android.content.Context) - function in com.sap.cloud.mobile.foundation.cache.SecureStoreCache
Deletes the underlying persistence store.
deleteStore(android.content.Context) - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseStore
Deletes the database file.
deleteStore(android.content.Context) - function in com.sap.cloud.mobile.foundation.securestore.SecureKeyValueStore
Deletes the underlying persistence store file.
deleteStore(android.content.Context) - function in com.sap.cloud.mobile.foundation.securestore.SecurePreferenceDataStore
Deletes the underlying persistence store file.
deleteStore() - function in com.sap.cloud.mobile.foundation.usage.AppUsage
Deletes the underlying usage persistence store and leaves AppUsage in un-initialized state, that is, isInitialized would return false after calling this method.
deleteStore(android.content.Context) - function in com.sap.cloud.mobile.foundation.usage.UsageBroker
Delete the event storage container and all associated data
deleteStoreByName(java.lang.String) - function in com.sap.cloud.mobile.foundation.usage.UsageService
Tries to delete the usage store by the given name.
deleteToken(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2TokenInMemoryStore
Called when a token should be deleted.
deleteToken(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2TokenPersistentStore
Called when a token should be deleted.
deleteToken(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2TokenStore
Called when a token should be deleted.
deleteUserById(java.lang.String) - function in com.sap.cloud.mobile.foundation.user.DeviceUserManager
Deletes a user identified the given id.
deleteUserPasscodeHistory(java.lang.String) - function in com.sap.cloud.mobile.foundation.user.DeviceUserManager
Deletes all the user passcode history.
dependencies() - function in com.sap.cloud.mobile.foundation.core.SDKProcessObserverInitializer
 
dependencies() - function in com.sap.cloud.mobile.foundation.core.SDKSessionInitializer
 
describeContents() - function in com.sap.cloud.mobile.foundation.remotenotification.PushRemoteMessage
 
DEVICE - enum entry in com.sap.cloud.mobile.foundation.settings.policies.SettingsTarget
 
DEVICE - enum entry in com.sap.cloud.mobile.foundation.user.UserSessionRevokeLevel
 
DeviceInfoUtil - class in com.sap.cloud.mobile.foundation.usage
 
deviceType(java.lang.String) - function in com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationParameters.Builder
 
DeviceUser - class in com.sap.cloud.mobile.foundation.user
Represents the model of a device user.
DeviceUser.Companion - class in com.sap.cloud.mobile.foundation.user.DeviceUser
 
DeviceUserManager - class in com.sap.cloud.mobile.foundation.user
Represents the device user manager to manage the user information saved on the device.
disableBiometric(java.lang.String,kotlin.Array) - function in com.sap.cloud.mobile.foundation.common.EncryptionUtil
Disables the biometric authentication and the encryption key can only be retrieved via getEncryptionKey only after this method returns successfully.
disableBiometric(kotlin.CharArray) - function in com.sap.cloud.mobile.foundation.user.UserStoreManager
Disables the biometric on the secure store.
disablePasscode(java.lang.String,kotlin.Array) - function in com.sap.cloud.mobile.foundation.common.EncryptionUtil
Disables the passcode and biometric authentication when in PASSCODE_ONLY or PASSCODE_BIOMETRIC.
disablePasscode(java.lang.String,javax.crypto.Cipher) - function in com.sap.cloud.mobile.foundation.common.EncryptionUtil
Re-encrypts user's key without the passcode and cipher for biometric authentication.
disconnect() - function in com.sap.cloud.mobile.foundation.networking.StompSession
Disconnects from the STOMP server.
DiscoveryService - class in com.sap.cloud.mobile.foundation.common
Represents the service to retrieve AppConfig from discovery service, it will try to call API without application version information, if failed, then try with version.
DiscoveryServiceConfigurationProvider - class in com.sap.cloud.mobile.foundation.configurationprovider
One of the default ConfigurationProviders, it obtains configuration data from the Discovery Service.
DiscoveryServiceProvider - class in com.sap.cloud.mobile.foundation.common
Facilitates keeping a global reference to discovery service host.
dispatchNestedFling(float,float,boolean) - function in com.sap.cloud.mobile.foundation.authentication.NestedWebView
 
dispatchNestedPreScroll(int,int,kotlin.Array,kotlin.Array) - function in com.sap.cloud.mobile.foundation.authentication.NestedWebView
 
dispatchNestedScroll(int,int,int,int,kotlin.Array) - function in com.sap.cloud.mobile.foundation.authentication.NestedWebView
 
displayNotification(com.sap.cloud.mobile.foundation.remotenotification.PushRemoteMessage) - function in com.sap.cloud.mobile.foundation.remotenotification.BasePushService.PushNotificationEvent
Displays a notification message.
displayNotificationWhen(com.sap.cloud.mobile.foundation.remotenotification.PushRemoteMessage,com.sap.cloud.mobile.foundation.remotenotification.ForegroundPushNotificationReady) - function in com.sap.cloud.mobile.foundation.remotenotification.BasePushService.PushNotificationEvent
Displays a notification when conditions ready.
DOTNET - enum entry in com.sap.cloud.mobile.foundation.networking.ComponentType
 
downloadClientResource(com.sap.cloud.mobile.foundation.clientresources.ClientResourceBundle) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResourceService
Downloads the client resource content for the given bundle.
downloadClientResource(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener,com.sap.cloud.mobile.foundation.clientresources.ClientResourceBundle) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResourceService
Download client resource content, if bundle is not specified, download the default resource.
downloadResource(com.sap.cloud.mobile.foundation.clientresources.ClientResources.CallbackListener) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResources
Downloads default resource.
downloadResource(java.lang.String,boolean,com.sap.cloud.mobile.foundation.clientresources.ClientResources.CallbackListener) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResources
Download the default resource and write the content to a file.
downloadResource(java.lang.String,com.sap.cloud.mobile.foundation.clientresources.ClientResources.CallbackListener) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResources
Download a named resource.
downloadResource(java.lang.String,java.lang.String,com.sap.cloud.mobile.foundation.clientresources.ClientResources.CallbackListener) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResources
Download specific version of the named resource.
downloadResource(java.lang.String,java.lang.String,java.lang.String,boolean,com.sap.cloud.mobile.foundation.clientresources.ClientResources.CallbackListener) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResources
Download a specific version of a named resource and write the content to a file.
downloadResourceToFile(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener,java.lang.String,com.sap.cloud.mobile.foundation.clientresources.ClientResourceBundle,java.lang.Boolean) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResourceService
Downloads the client resource and save the content to a file identified by fileName, if bundle is not specified, the default client resource will be downloaded.
downloadTheme(java.lang.String,java.lang.String,java.lang.Boolean) - function in com.sap.cloud.mobile.foundation.theme.ThemeDownloadService
Download the theme.
downloadTheme(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean) - function in com.sap.cloud.mobile.foundation.theme.ThemeDownloadService
Download the theme.
doWork() - function in com.sap.cloud.mobile.foundation.crash.CrashService.CrashUploadWorker
 
doWork() - function in com.sap.cloud.mobile.foundation.logging.Logging.UploadWorker
 
doWork() - function in com.sap.cloud.mobile.foundation.usage.AppUsageUploader.UploadWorker
 
DSR_ABAP_TRACE_FLAG - enum entry in com.sap.cloud.mobile.foundation.networking.TraceFlag
 
DSR_SAT_TRACE_FLAG - enum entry in com.sap.cloud.mobile.foundation.networking.TraceFlag
 
duration(java.lang.String) - function in com.sap.cloud.mobile.foundation.usage.AppUsageInfo
Adds the data for DURATION.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W