A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
R
- RebuildUserService - class in com.onesignal.user.internal.builduser.impl
- recover() - function in com.onesignal.user.internal.migrations.IMigrationRecovery
- recover() - function in com.onesignal.user.internal.migrations.MigrationRecovery
- recover() - function in com.onesignal.user.internal.migrations.RecoverConfigPushSubscription
- RecoverConfigPushSubscription - class in com.onesignal.user.internal.migrations
- Purpose: Automatically recovers a missing push sub ID in the config model store due to a bug migrating from the SDK 5.2.
- RecoverFromDroppedLoginBug - class in com.onesignal.user.internal.migrations
- Purpose: Automatically recovers a stalled User in the OperationRepo due to a bug in the SDK from 5.0.0 to 5.1.7.
- recoveryMessage() - function in com.onesignal.user.internal.migrations.IMigrationRecovery
- recoveryMessage() - function in com.onesignal.user.internal.migrations.MigrationRecovery
- recoveryMessage() - function in com.onesignal.user.internal.migrations.RecoverConfigPushSubscription
- recreate() - function in android.app.PermissionsActivity
- RefreshUserOperation - class in com.onesignal.user.internal.operations
- An Operation to retrieve a user from the OneSignal backend.
- register(ServiceBuilder) - function in com.onesignal.common.modules.IModule
- Register all services and behaviors for this module.
- register() - function in com.onesignal.common.services.ServiceBuilder
- A reified version of register to allow the use of generics when registering a service.
- register(Class) - function in com.onesignal.common.services.ServiceBuilder
- Register T as an implementation managed by the service infrastructure.
- register(Function1) - function in com.onesignal.common.services.ServiceBuilder
- Register T as an implementation managed by the service infrastructure.
- register(T) - function in com.onesignal.common.services.ServiceBuilder
- Register T as an implementation managed by the service infrastructure.
- registerActivityLifecycleCallbacks(Application.ActivityLifecycleCallbacks) - function in android.app.PermissionsActivity
- registerAsCallback(String,IRequestPermissionService.PermissionCallback) - function in com.onesignal.core.internal.permissions.IRequestPermissionService
- Register a new permission type and the receiver of the callback once the user has made a decision.
- registerComponentCallbacks(ComponentCallbacks) - function in android.content.SyncJobService
- registerComponentCallbacks(ComponentCallbacks) - function in android.app.PermissionsActivity
- registerDeviceIdChangeListener(Executor,IntConsumer) - function in android.content.SyncJobService
- registerDeviceIdChangeListener(Executor,IntConsumer) - function in android.content.PermissionsActivity
- registerForContextMenu(View) - function in android.app.PermissionsActivity
- registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.SyncJobService
- registerReceiver(BroadcastReceiver,IntentFilter,Integer) - function in android.content.SyncJobService
- registerReceiver(BroadcastReceiver,IntentFilter,String,Handler) - function in android.content.SyncJobService
- registerReceiver(BroadcastReceiver,IntentFilter,String,Handler,Integer) - function in android.content.SyncJobService
- registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.PermissionsActivity
- registerReceiver(BroadcastReceiver,IntentFilter,Integer) - function in android.content.PermissionsActivity
- registerReceiver(BroadcastReceiver,IntentFilter,String,Handler) - function in android.content.PermissionsActivity
- registerReceiver(BroadcastReceiver,IntentFilter,String,Handler,Integer) - function in android.content.PermissionsActivity
- registerScreenCaptureCallback(Executor,Activity.ScreenCaptureCallback) - function in android.app.PermissionsActivity
- releaseInstance() - function in android.app.PermissionsActivity
- remove(String,String) - function in com.onesignal.common.modeling.IModelStore
- Remove the model associated to the id provided from the model store.
- remove(String) - function in com.onesignal.common.modeling.MapModel
- remove(String,V) - function in kotlin.collections.MapModel
- remove(String,String) - function in com.onesignal.common.modeling.ModelStore
- Remove the model associated to the id provided from the model store.
- remove(String,String) - function in com.onesignal.common.modeling.SimpleModelStore
- Remove the model associated to the id provided from the model store.
- remove(String) - function in com.onesignal.common.modeling.IdentityModel
- remove(String,String) - function in kotlin.collections.IdentityModel
- remove(String,String) - function in com.onesignal.common.modeling.SubscriptionModelStore
- Remove the model associated to the id provided from the model store.
- removeActivityLifecycleHandler(IActivityLifecycleHandler) - function in com.onesignal.core.internal.application.IApplicationService
- Remove an activity lifecycle handler.
- removeActivityLifecycleHandler(IActivityLifecycleHandler) - function in com.onesignal.core.internal.application.impl.ApplicationService
- Remove an activity lifecycle handler.
- removeAlias(String) - function in com.onesignal.user.IUserManager
- Remove an alias from the current user.
- removeAliases(Collection) - function in com.onesignal.user.IUserManager
- Remove multiple aliases from the current user.
- removeApplicationLifecycleHandler(IApplicationLifecycleHandler) - function in com.onesignal.core.internal.application.IApplicationService
- Remove an application lifecycle handler.
- removeApplicationLifecycleHandler(IApplicationLifecycleHandler) - function in com.onesignal.core.internal.application.impl.ApplicationService
- Remove an application lifecycle handler.
- removeClickListener(IInAppMessageClickListener) - function in com.onesignal.inAppMessages.IInAppMessagesManager
- Remove a click listener that has been previously added.
- removeClickListener(INotificationClickListener) - function in com.onesignal.notifications.INotificationsManager
- Remove a click listener that has been previously added.
- removeDialog(Integer) - function in android.app.PermissionsActivity
- removeEmail(String) - function in com.onesignal.user.IUserManager
- Remove an email subscription from the current user.
- removeEmailSubscription(String) - function in com.onesignal.user.internal.subscriptions.ISubscriptionManager
- removeForegroundLifecycleListener(INotificationLifecycleListener) - function in com.onesignal.notifications.INotificationsManager
- Remove a foreground lifecycle listener that has been previously added.
- removeGroupedNotifications(String) - function in com.onesignal.notifications.INotificationsManager
- Cancels a group of OneSignal notifications with the provided group key.
- RemoveInvalidSessionTimeRecords - class in com.onesignal.session.internal.outcomes.migrations
- Purpose: Clean up invalid cached os__session_duration outcome records with
zero session_time produced in SDK versions 5.1.15 to 5.1.20
missing session_time produced in SDK so we stop sending these requests to the backend.
- removeLifecycleListener(IInAppMessageLifecycleListener) - function in com.onesignal.inAppMessages.IInAppMessagesManager
- Remove a lifecycle listener that has been previously added.
- removeListener(ILogListener) - function in com.onesignal.debug.internal.logging.Logging
- removeLogListener(ILogListener) - function in com.onesignal.debug.IDebugManager
- Removes a listener added by addLogListener
- removeNotification(Integer) - function in com.onesignal.notifications.INotificationsManager
- Cancels a single OneSignal notification based on its Android notification integer ID.
- removeObserver(IUserStateObserver) - function in com.onesignal.user.IUserManager
- Remove an observer from the user state.
- removeObserver(IPushSubscriptionObserver) - function in com.onesignal.user.subscriptions.IPushSubscription
- Remove an observer from this subscription.
- removePermissionObserver(IPermissionObserver) - function in com.onesignal.notifications.INotificationsManager
- Remove a permission observer that has been previously added.
- removeSms(String) - function in com.onesignal.user.IUserManager
- Remove an SMS subscription from the current user.
- removeSmsSubscription(String) - function in com.onesignal.user.internal.subscriptions.ISubscriptionManager
- removeStickyBroadcast(Intent) - function in android.content.SyncJobService
- removeStickyBroadcast(Intent) - function in android.content.PermissionsActivity
- removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.SyncJobService
- removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.PermissionsActivity
- removeTag(String) - function in com.onesignal.user.IUserManager
- Remove the data tag with the provided key from the current user.
- removeTags(Collection) - function in com.onesignal.user.IUserManager
- Remove multiple tags from the current user.
- removeTrigger(String) - function in com.onesignal.inAppMessages.IInAppMessagesManager
- Remove the trigger with the provided key from the current user.
- removeTriggers(Collection) - function in com.onesignal.inAppMessages.IInAppMessagesManager
- Remove multiple triggers from the current user.
- replace(TModel,String) - function in com.onesignal.common.modeling.ISingletonModelStore
- Replace the existing model with the new model provided.
- replace(String,V,V) - function in kotlin.collections.MapModel
- replace(String,V) - function in kotlin.collections.MapModel
- replace(TModel,String) - function in com.onesignal.common.modeling.SingletonModelStore
- Replace the existing model with the new model provided.
- replace(ConfigModel,String) - function in com.onesignal.common.modeling.ConfigModelStore
- Replace the existing model with the new model provided.
- replace(SessionModel,String) - function in com.onesignal.common.modeling.SessionModelStore
- Replace the existing model with the new model provided.
- replace(String,String,String) - function in kotlin.collections.IdentityModel
- replace(String,String) - function in kotlin.collections.IdentityModel
- replace(IdentityModel,String) - function in com.onesignal.common.modeling.IdentityModelStore
- Replace the existing model with the new model provided.
- replace(PropertiesModel,String) - function in com.onesignal.common.modeling.PropertiesModelStore
- Replace the existing model with the new model provided.
- REPLACE_CONTENT - enum entry in com.onesignal.inAppMessages.InAppMessageActionUrlType
Loads the URL on the in-app message webview itself
- replaceAll(List,String) - function in com.onesignal.common.modeling.IModelStore
- Replace all models in the store with the provided models.
- replaceAll(BiFunction) - function in kotlin.collections.MapModel
- replaceAll(List,String) - function in com.onesignal.common.modeling.ModelStore
- Replace all models in the store with the provided models.
- replaceAll(List,String) - function in com.onesignal.common.modeling.SimpleModelStore
- Replace all models in the store with the provided models.
- replaceAll(BiFunction) - function in kotlin.collections.IdentityModel
- replaceAll(List,String) - function in com.onesignal.user.internal.subscriptions.SubscriptionModelStore
- Replace all models in the store with the provided models.
- reportFullyDrawn() - function in android.app.PermissionsActivity
- requestDragAndDropPermissions(DragEvent) - function in android.app.PermissionsActivity
- requestFullscreenMode(Integer,OutcomeReceiver) - function in android.app.PermissionsActivity
- requestPermission() - function in com.onesignal.location.ILocationManager
- Use this method to manually prompt the user for location permissions.
- requestPermission(Boolean) - function in com.onesignal.notifications.INotificationsManager
- Prompt the user for permission to push notifications.
- requestPermissions(Array,Integer) - function in android.app.PermissionsActivity
- requestShowKeyboardShortcuts() - function in android.app.PermissionsActivity
- requestVisibleBehind(Boolean) - function in android.app.PermissionsActivity
- requestWindowFeature(Integer) - function in android.app.PermissionsActivity
- requireViewById(Integer) - function in android.app.PermissionsActivity
- resolve(IServiceProvider) - function in com.onesignal.common.services.ServiceRegistration
- resolve(IServiceProvider) - function in com.onesignal.common.services.ServiceRegistrationReflection
- resolve(IServiceProvider) - function in com.onesignal.common.services.ServiceRegistrationSingleton
- resolve(IServiceProvider) - function in com.onesignal.common.services.ServiceRegistrationLambda
- resolveConditionsWithID(String) - function in com.onesignal.common.consistency.impl.ConsistencyManager
- Resolve all conditions with a specific ID
- resolveConditionsWithID(String) - function in com.onesignal.common.consistency.models.IConsistencyManager
- Resolve all conditions with a specific ID
- RETRYABLE - enum entry in com.onesignal.common.NetworkUtils.ResponseStatusType
- revokeSelfPermissionOnKill(String) - function in android.content.SyncJobService
- revokeSelfPermissionOnKill(String) - function in android.content.PermissionsActivity
- revokeSelfPermissionsOnKill(Collection) - function in android.content.SyncJobService
- revokeSelfPermissionsOnKill(Collection) - function in android.content.PermissionsActivity
- revokeUriPermission(Uri,Integer) - function in android.content.SyncJobService
- revokeUriPermission(String,Uri,Integer) - function in android.content.SyncJobService
- revokeUriPermission(Uri,Integer) - function in android.content.PermissionsActivity
- revokeUriPermission(String,Uri,Integer) - function in android.content.PermissionsActivity
- RootToolsInternalMethods - class in com.onesignal.common
- run(IDatabaseProvider) - function in com.onesignal.session.internal.outcomes.migrations.RemoveInvalidSessionTimeRecords
- runBackgroundServices() - function in com.onesignal.core.internal.background.IBackgroundManager
- Run the background services.
- runOnUiThread(Runnable) - function in android.app.PermissionsActivity
- RywData - class in com.onesignal.common.consistency