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

R

RawEncryption - class in com.sap.cloud.mobile.foundation.common
This class provides methods to encrypt and decrypt byte streams and byte arrays.
read() - function in com.sap.cloud.mobile.foundation.common.EncryptionInputStream
 
read(kotlin.Array) - function in com.sap.cloud.mobile.foundation.common.EncryptionInputStream
 
read(kotlin.Array,int,int) - function in com.sap.cloud.mobile.foundation.common.EncryptionInputStream
 
readonlyPasscode(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuthClientPassword.Builder
 
RECEIVED - enum entry in com.sap.cloud.mobile.foundation.remotenotification.PushRemoteMessage.NotificationStatus
 
recordSessionEnd(android.content.Context) - function in com.sap.cloud.mobile.foundation.usage.UsageService
Ends the current usage collection session
recordSessionStart(android.content.Context) - function in com.sap.cloud.mobile.foundation.usage.UsageService
Starts an usage collection session
redirectUrl(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Configuration.Builder
 
redirectURL(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuthClient.Builder
 
redirectURL(java.lang.String) - function in com.sap.cloud.mobile.foundation.model.OAuthClientPassword.Builder
 
refresh(com.sap.cloud.mobile.foundation.authentication.OAuth2Token) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Processor
Refreshes the given OAuth 2.0 token.
refreshToken(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Token.Builder
 
REG_BLOCKED_BY_ADMIN - enum entry in com.sap.cloud.mobile.foundation.mobileservices.ServiceErrorCode
 
REG_BLOCKED_BY_NETWORK_POLICY - enum entry in com.sap.cloud.mobile.foundation.mobileservices.ServiceErrorCode
 
REG_WIPED_BY_ADMIN - enum entry in com.sap.cloud.mobile.foundation.mobileservices.ServiceErrorCode
 
register() - function in com.sap.cloud.mobile.foundation.common.KeyStoreExceptionHandler
 
registerCustomTabsCloseListener(com.sap.cloud.mobile.foundation.ext.CustomTabsCloseListener) - function in com.sap.cloud.mobile.foundation.ext.SDKCustomTabsLauncher.Companion
Registers a listener to be notified when the CustomTabs is closed.
registerDeviceToken(java.lang.String,com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationParameters,com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationClient.CallbackListener) - function in com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationClient
Register the device token to the SAP mobile cloud.
registerReporter(com.sap.cloud.mobile.foundation.usage.UsageReporter) - function in com.sap.cloud.mobile.foundation.usage.Usage
Registers and enables the given Usage Reporter.
registerTokenToServer() - function in com.sap.cloud.mobile.foundation.remotenotification.BasePushService
 
registerToServer(java.lang.String,kotlin.jvm.functions.Function1) - function in com.sap.cloud.mobile.foundation.remotenotification.BasePushService
 
REGISTRATION_BLOCKED - enum entry in com.sap.cloud.mobile.foundation.networking.BlockedUserInterceptor.BlockType
 
REGISTRATION_LOCKED - enum entry in com.sap.cloud.mobile.foundation.networking.BlockedUserInterceptor.BlockType
 
REGISTRATION_WIPED - enum entry in com.sap.cloud.mobile.foundation.networking.BlockedUserInterceptor.BlockType
 
RemoteNotificationClient - class in com.sap.cloud.mobile.foundation.remotenotification
Provides an API interface for managing notification-related parameters with mobile services.
RemoteNotificationClient.CallbackListener - class in com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationClient
Interface for callback in the async operation.
RemoteNotificationClient.CallbackListenerWithResult - class in com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationClient
 
RemoteNotificationParameters - class in com.sap.cloud.mobile.foundation.remotenotification
RemoteNotificationParameters class provides an API for managing the Notification configuration parameters.
RemoteNotificationParameters.Builder - class in com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationParameters
Used to build a RemoteNotificationParameters object.
RemoteNotificationParameters.Capability - class in com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationParameters
This class keeps the capability value.
remove(K) - function in com.sap.cloud.mobile.foundation.cache.Cache
Removes a cache entry.
remove(K) - function in com.sap.cloud.mobile.foundation.cache.CacheBase
Removes a cache entry.
remove(K) - function in com.sap.cloud.mobile.foundation.cache.CompositeCache
Goes through all levels of cache including the lowest backing store and removes an entry.
remove(K) - function in com.sap.cloud.mobile.foundation.cache.MemoryCache
Removes a cache entry.
remove(java.lang.String) - function in com.sap.cloud.mobile.foundation.cache.SecureStoreCache
Removes a cache entry.
remove(java.lang.String) - function in com.sap.cloud.mobile.foundation.securestore.SecureKeyValueStore
Removes a key-value pair from the store.
remove(java.lang.String) - function in com.sap.cloud.mobile.foundation.securestore.SecurePreferenceDataStore
Removes a preference from the data store.
removeAll() - function in com.sap.cloud.mobile.foundation.cache.Cache
Removes all entries from the cache.
removeAll() - function in com.sap.cloud.mobile.foundation.cache.CacheBase
Removes all entries from the cache.
removeAll() - function in com.sap.cloud.mobile.foundation.cache.CompositeCache
Removes all entries at all cache levels.
removeAll() - function in com.sap.cloud.mobile.foundation.cache.MemoryCache
Removes all entries from the cache.
removeAll() - function in com.sap.cloud.mobile.foundation.cache.SecureStoreCache
Removes all entries from the cache.
removeAll() - function in com.sap.cloud.mobile.foundation.securestore.SecureKeyValueStore
Removes all entries from the store.
removeAll() - function in com.sap.cloud.mobile.foundation.securestore.SecurePreferenceDataStore
Removes all preferences from the data store.
removeAllUsersExceptPrimary() - function in com.sap.cloud.mobile.foundation.user.DeviceUserManager
Deletes all users except the primary user.
RemoveApiKeyHeaderInterceptor - class in com.sap.cloud.mobile.foundation.networking
 
removeAuth(com.sap.cloud.mobile.foundation.model.Auth) - function in com.sap.cloud.mobile.foundation.model.AppConfig.Builder
Remove authentication method
removeDuplicateInterceptors(okhttp3.OkHttpClient,java.lang.Boolean) - function in com.sap.cloud.mobile.foundation.common.SDKUtils
Removes duplicate interceptors and network interceptors and save the result back to ClientProvider if save is true.
removeInterceptor(okhttp3.OkHttpClient,okhttp3.Interceptor,java.lang.Boolean) - function in com.sap.cloud.mobile.foundation.common.SDKUtils
Removes the interceptor identified by the type of the given interceptor from the current OkHttpClient, and save the result back to ClientProvider if save is true.
removeInterceptor(okhttp3.OkHttpClient,okhttp3.Interceptor) - function in com.sap.cloud.mobile.foundation.common.SDKUtils
Removes the interceptor identified by the type of the given interceptor from the current OkHttpClient, and save the result back to ClientProvider if save is true.
removeInterceptorByType(okhttp3.OkHttpClient,T,java.lang.Boolean) - function in com.sap.cloud.mobile.foundation.common.SDKUtils
Removes the interceptor of the given type interceptorClazz, and save it back to ClientProvider if save is true.
removeInterceptorByType(okhttp3.OkHttpClient,T) - function in com.sap.cloud.mobile.foundation.common.SDKUtils
Removes the interceptor of the given type interceptorClazz, and save it back to ClientProvider if save is true.
removeLogUploadListener(com.sap.cloud.mobile.foundation.logging.Logging.UploadListener) - function in com.sap.cloud.mobile.foundation.logging.Logging
 
removeRecords() - function in com.sap.cloud.mobile.foundation.usage.UsageSnapshot
Deletes all the usage records from the underlying usage store.
removeRecords(java.util.Date,java.lang.String) - function in com.sap.cloud.mobile.foundation.usage.UsageStore
Removes usage records from the store for the given target ID.
removeRegistrationFromServer(com.sap.cloud.mobile.foundation.remotenotification.RemoteNotificationClient.CallbackListener) - function in com.sap.cloud.mobile.foundation.remotenotification.BasePushService.Companion
Removes the registration from server
removeStateListener(com.sap.cloud.mobile.foundation.mobileservices.StateListener) - function in com.sap.cloud.mobile.foundation.mobileservices.ApplicationStates
Removes the given listener
removeUploadListener(com.sap.cloud.mobile.foundation.logging.Logging.UploadListener) - function in com.sap.cloud.mobile.foundation.logging.Logging
Unregister a listener for log upload events.
removeUploadListener(com.sap.cloud.mobile.foundation.usage.AppUsageUploader.UploadListener) - function in com.sap.cloud.mobile.foundation.usage.AppUsageUploader
Unregister a listener for usage upload events.
renewOAuth2Token(java.lang.String,java.lang.Boolean) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Helper
Renews the OAuth2 token for the given url.
report(T,java.util.Date,com.sap.cloud.mobile.foundation.usage.UsageInfo) - function in com.sap.cloud.mobile.foundation.usage.UsageReporter
Creates a UsageRecord with the user-defined event type, date, and UsageInfo, then persists the record.
report(com.sap.cloud.mobile.foundation.usage.UsageRecord) - function in com.sap.cloud.mobile.foundation.usage.UsageReporter
Persists a UsageRecord if the reporter is enabled.
requestToken(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Processor
 
reset() - function in com.sap.cloud.mobile.foundation.common.CpmsParameters
Removes the global reference to a SettingsParameters that has been initialized.
reset() - function in com.sap.cloud.mobile.foundation.common.EncryptionInputStream
Unsupported.
reset() - function in com.sap.cloud.mobile.foundation.ext.AppExtensionService
Resets the service
reset() - function in com.sap.cloud.mobile.foundation.logging.LogService
Resets the mobile service to the state that just initialized.
reset() - function in com.sap.cloud.mobile.foundation.logging.LoggingService
Resets the mobile service to the state that just initialized.
reset() - function in com.sap.cloud.mobile.foundation.mobileservices.MobileService
Resets the mobile service to the state that just initialized.
reset() - function in com.sap.cloud.mobile.foundation.mobileservices.SDKInitializer
Internal for testing
reset() - function in com.sap.cloud.mobile.foundation.remotenotification.BasePushService
Resets the mobile service to the state that just initialized.
reset() - function in com.sap.cloud.mobile.foundation.theme.ThemeDownloadService
Resets the mobile service to the state that just initialized.
reset() - function in com.sap.cloud.mobile.foundation.usage.UsageService
Resets the usage service, deletes all the usage databases.
reset() - function in com.sap.cloud.mobile.foundation.user.DeviceUserManager
Deletes the database.
resetPersistedConfiguration() - function in com.sap.cloud.mobile.foundation.configurationprovider.ConfigurationPersister
Clear any persisted data.
resetPersistedConfiguration() - function in com.sap.cloud.mobile.foundation.configurationprovider.DefaultPersistenceMethod
Clear any persisted data from the default location.
resetPersistedConfiguration(android.content.Context) - function in com.sap.cloud.mobile.foundation.configurationprovider.DefaultPersistenceMethod
* Clears any configuration stored by the Default Persistence Method.
resetServices(kotlin.jvm.functions.Function1) - function in com.sap.cloud.mobile.foundation.mobileservices.SDKInitializer
Resets all services.
resetStore() - function in com.sap.cloud.mobile.foundation.user.UserStoreManager
Deletes the secure store
ResourceBundle - class in com.sap.cloud.mobile.foundation.clientresources
Class that represents a resource.
response() - function in com.sap.cloud.mobile.foundation.networking.HttpException
The HTTP response.
responseType(java.lang.String) - function in com.sap.cloud.mobile.foundation.authentication.OAuth2Configuration.Builder
 
RestrictedFeature - class in com.sap.cloud.mobile.foundation.settings.policies
 
RestrictedFeature.Companion - class in com.sap.cloud.mobile.foundation.settings.policies.RestrictedFeature
 
result(java.lang.String) - function in com.sap.cloud.mobile.foundation.usage.AppUsageInfo
Adds the data for RESULT.
resume() - function in com.sap.cloud.mobile.foundation.mobileservices.TimeoutLockService.Companion
Resumes the timeout service.
resumeService() - function in com.sap.cloud.mobile.foundation.ext.AppExtensionService
Start/Resume the service.
retrieveAppConfig(java.lang.String,java.lang.String) - function in com.sap.cloud.mobile.foundation.common.DiscoveryService
Retrieves the application settings from discovery service.
retrieveClientPolicies(com.sap.cloud.mobile.foundation.settings.policies.SettingsTarget) - function in com.sap.cloud.mobile.foundation.settings.ClientPolicyService
Retrieves client policies from mobile server
retrieveClientPolicies(com.sap.cloud.mobile.foundation.settings.policies.SettingsTarget,com.sap.cloud.mobile.foundation.mobileservices.ServiceListener) - function in com.sap.cloud.mobile.foundation.settings.ClientPolicyService
Retrieves client policies from mobile server, notify the listener on the main thread.
retrieveEncryptionKey() - function in com.sap.cloud.mobile.foundation.settings.SharedDeviceService
Retrieves the encryption key from the 'IO' thread.
retrieveEncryptionKey(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener) - function in com.sap.cloud.mobile.foundation.settings.SharedDeviceService
Retrieves the encryption key from the main thread, listener will have the result or the error message.
retrieveResourceBundles() - function in com.sap.cloud.mobile.foundation.clientresources.ClientResourceService
Retrieves the client resource bundle list from server.
retrieveResourceBundles(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener) - function in com.sap.cloud.mobile.foundation.clientresources.ClientResourceService
Retrieves the resource bundle list from server, and notifies the result with the given listener.
retrieveSharedDeviceSettings() - function in com.sap.cloud.mobile.foundation.settings.SharedDeviceService
Retrieves the shared device setting from the 'IO' thread.
retrieveSharedDeviceSettings(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener) - function in com.sap.cloud.mobile.foundation.settings.SharedDeviceService
Retrieves the shared device setting from the main thread, listener will contain either the result or the error message
retrieveUser(com.sap.cloud.mobile.foundation.mobileservices.ServiceListener) - function in com.sap.cloud.mobile.foundation.user.UserService
Retrieves user information.
retrieveUser(java.lang.Boolean) - function in com.sap.cloud.mobile.foundation.user.UserService
Retrieves the user information from mobile server.
retrieveUser() - function in com.sap.cloud.mobile.foundation.user.UserService
Retrieves the user information from mobile server.
rollback() - function in com.sap.cloud.mobile.foundation.securestore.SecureDatabaseStore
Rolls back the current open transaction.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W