A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
R
- REACTNATIVEJS - enum entry in com.bugsnag.android.ErrorType
An error captured from JavaScript
- refresh(Uri,Bundle,CancellationSignal) - function in android.content.AbstractStartupProvider
- refresh(Uri,Bundle,CancellationSignal) - function in android.content.BugsnagContentProvider
- registerSession(long,String,int,int) - function in com.bugsnag.android.NativeInterface
- Update the current session with a given start time, ID, and event counts
- removeHeader(String) - function in com.bugsnag.android.AbstractHttpEntity
- Remove the specified header by name (case-sensitive).
- removeHeader(String) - function in com.bugsnag.android.Request
- Remove the specified header by name (case-sensitive).
- removeHeader(String) - function in com.bugsnag.android.Response
- Remove the specified header by name (case-sensitive).
- removeOnBreadcrumb(OnBreadcrumbCallback) - function in com.bugsnag.android.Bugsnag
- Removes a previously added "on breadcrumb" callback
- removeOnBreadcrumb(OnBreadcrumbCallback) - function in com.bugsnag.android.Client
- Removes a previously added "on breadcrumb" callback
- removeOnBreadcrumb(null) - function in com.bugsnag.android.Client
- removeOnBreadcrumb(OnBreadcrumbCallback) - function in com.bugsnag.android.Configuration
- Removes a previously added "on breadcrumb" callback
- removeOnBreadcrumb(null) - function in com.bugsnag.android.Configuration
- removeOnError(OnErrorCallback) - function in com.bugsnag.android.Bugsnag
- Removes a previously added "on error" callback
- removeOnError(OnErrorCallback) - function in com.bugsnag.android.Client
- Removes a previously added "on error" callback
- removeOnError(null) - function in com.bugsnag.android.Client
- removeOnError(OnErrorCallback) - function in com.bugsnag.android.Configuration
- Removes a previously added "on error" callback
- removeOnError(null) - function in com.bugsnag.android.Configuration
- removeOnSend(OnSendCallback) - function in com.bugsnag.android.Configuration
- Remove a callback previously added with addOnSend
- removeOnSession(OnSessionCallback) - function in com.bugsnag.android.Bugsnag
- Removes a previously added "on session" callback
- removeOnSession(OnSessionCallback) - function in com.bugsnag.android.Client
- Removes a previously added "on session" callback
- removeOnSession(null) - function in com.bugsnag.android.Client
- removeOnSession(OnSessionCallback) - function in com.bugsnag.android.Configuration
- Removes a previously added "on session" callback
- removeOnSession(null) - function in com.bugsnag.android.Configuration
- removeQueryParameter(String) - function in com.bugsnag.android.Request
- Remove the specified query parameter by name (case-sensitive).
- Request - class in com.bugsnag.android
- A Request represents an HTTP request that forms part of an Event.
- REQUEST - enum entry in com.bugsnag.android.BreadcrumbType
A network request
- requireContext() - function in android.content.AbstractStartupProvider
- requireContext() - function in android.content.BugsnagContentProvider
- Response - class in com.bugsnag.android
- A Response represents an HTTP response that forms part of an Event.
- restoreCallingIdentity(ContentProvider.CallingIdentity) - function in android.content.AbstractStartupProvider
- restoreCallingIdentity(ContentProvider.CallingIdentity) - function in android.content.BugsnagContentProvider
- resumeSession() - function in com.bugsnag.android.Bugsnag
- Resumes a session which has previously been paused, or starts a new session if none exists.If a session has already been resumed or started and has not been paused, calling thismethod will have no effect.
- resumeSession() - function in com.bugsnag.android.Client
- Resumes a session which has previously been paused, or starts a new session if none exists.If a session has already been resumed or started and has not been paused, calling thismethod will have no effect.
- resumeSession() - function in com.bugsnag.android.NativeInterface
- run() - function in com.bugsnag.android.internal.dag.RunnableProvider
- The main entry point for a provider, typically called by a worker thread from BackgroundTaskService.
- RUNNABLE - enum entry in com.bugsnag.android.Thread.State
- RunnableProvider - class in com.bugsnag.android.internal.dag
- The primary implementation of Provider, usually created using the BackgroundDependencyModule.provider function.