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

S

SEND_IMMEDIATELY - enum entry in com.bugsnag.android.DeliveryStrategy
 
Session - class in com.bugsnag.android
Represents a contiguous session in an application.
SESSION_REQUEST - enum entry in com.bugsnag.android.internal.TaskType

A task that sends a session request. Any filesystem operations that persist/delete sessions must be submitted using this type.

setAnrs(Boolean) - function in com.bugsnag.android.ErrorTypes
Sets whether ANRs should be reported to Bugsnag.
setApiKey(String) - function in com.bugsnag.android.Configuration
Changes the API key used for events sent to Bugsnag.
setApiKey(String) - function in com.bugsnag.android.Event
The API key used for events sent to Bugsnag.
setApiKey(String) - function in com.bugsnag.android.Session
The API key used for session sent to Bugsnag.
setApiKey(String) - function in com.bugsnag.android.EventPayload
 
setApp(App) - function in com.bugsnag.android.Session
 
setAppType(String) - function in com.bugsnag.android.Configuration
If your app's codebase contains different entry-points/processes, but reports to a singleBugsnag project, you might want to add information denoting the type of process the errorcame from.
setAppVersion(String) - function in com.bugsnag.android.Configuration
Set the application version sent to Bugsnag.
setAttemptDeliveryOnCrash(boolean) - function in com.bugsnag.android.Configuration
Whether Bugsnag should try to send crashing errors prior to app termination.
setAutoDetectAnrs(boolean) - function in com.bugsnag.android.NativeInterface
Switches automatic ANR detection on/off after Bugsnag has initialized.This is required to support legacy functionality in Unity.
setAutoDetectErrors(boolean) - function in com.bugsnag.android.Configuration
If you want to disable automatic detection of all errors, you can set this property to false.By default this property is true.
setAutoNotify(boolean) - function in com.bugsnag.android.NativeInterface
Switches automatic error detection on/off after Bugsnag has initialized.This is required to support legacy functionality in Unity.
setAutoTrackSessions(boolean) - function in com.bugsnag.android.Configuration
Sets whether Bugsnag should automatically capture and report User sessions wheneverthe app enters the foreground.
setBinaryArch(String) - function in com.bugsnag.android.NativeInterface
Set the binary arch used in the application
setBinaryArch(String) - function in com.bugsnag.android.App
The architecture of the running application binary
setBinaryArch(String) - function in com.bugsnag.android.AppWithState
The architecture of the running application binary
setBody(String) - function in com.bugsnag.android.AbstractHttpEntity
Set or clear the captured body.
setBody(String) - function in com.bugsnag.android.Request
Set or clear the captured body.
setBody(String) - function in com.bugsnag.android.Response
Set or clear the captured body.
setBodyLength(long) - function in com.bugsnag.android.AbstractHttpEntity
Change the reported size of the request body size (in bytes).
setBodyLength(long) - function in com.bugsnag.android.Request
Change the reported size of the request body size (in bytes).
setBodyLength(long) - function in com.bugsnag.android.Response
Change the reported size of the request body size (in bytes).
setBreadcrumbs(Boolean) - function in com.bugsnag.android.ErrorCaptureOptions
Whether to capture breadcrumbs.
setBreadcrumbTrimMetrics(Integer,Integer) - function in com.bugsnag.android.internal.InternalMetrics
 
setBreadcrumbTrimMetrics(Integer,Integer) - function in com.bugsnag.android.internal.InternalMetricsImpl
 
setBreadcrumbTrimMetrics(Integer,Integer) - function in com.bugsnag.android.internal.InternalMetricsNoop
 
setBuildUuid(String) - function in com.bugsnag.android.App
 
setBuildUuid(String) - function in com.bugsnag.android.AppWithState
 
setCallbackCounts(Map) - function in com.bugsnag.android.internal.InternalMetrics
 
setCallbackCounts(Map) - function in com.bugsnag.android.internal.InternalMetricsImpl
 
setCallbackCounts(Map) - function in com.bugsnag.android.internal.InternalMetricsNoop
 
setCapture(ErrorCaptureOptions) - function in com.bugsnag.android.ErrorOptions
Controls which data fields are captured during Event creation.
setClient(Client) - function in com.bugsnag.android.NativeInterface
Caches a client instance for responding to future events
setCode(Map) - function in com.bugsnag.android.Stackframe
Lines of the code surrounding the frame, where the lineNumber is the key (React Native only)
setCodeBundleId(String) - function in com.bugsnag.android.App
The revision ID from the manifest (React Native apps only)
setCodeBundleId(String) - function in com.bugsnag.android.AppWithState
The revision ID from the manifest (React Native apps only)
setCodeIdentifier(String) - function in com.bugsnag.android.NativeStackframe
Identifies the exact build this frame originates from.
setCodeIdentifier(String) - function in com.bugsnag.android.Stackframe
Identifies the exact build this frame originates from.
setColumnNumber(Number) - function in com.bugsnag.android.Stackframe
The column number of the frame (React Native only)
setConfigDifferences(Map) - function in com.bugsnag.android.internal.InternalMetrics
 
setConfigDifferences(Map) - function in com.bugsnag.android.internal.InternalMetricsImpl
 
setConfigDifferences(Map) - function in com.bugsnag.android.internal.InternalMetricsNoop
 
setContext(String) - function in com.bugsnag.android.Bugsnag
Bugsnag uses the concept of "contexts" to help display and group your errors.
setContext(String) - function in com.bugsnag.android.Client
Bugsnag uses the concept of "contexts" to help display and group your errors.
setContext(String) - function in com.bugsnag.android.Configuration
Bugsnag uses the concept of "contexts" to help display and group your errors.
setContext(String) - function in com.bugsnag.android.Event
Sets the context of the error.
setContext(String) - function in com.bugsnag.android.NativeInterface
Set the client report context
setCpuAbi(Array) - function in com.bugsnag.android.Device
The Application Binary Interface used
setCpuAbi(Array) - function in com.bugsnag.android.DeviceWithState
The Application Binary Interface used
setDelivery(Delivery) - function in com.bugsnag.android.Configuration
The Delivery implementation used to make network calls to the BugsnagError Reporting andSessions API.
setDeliveryStrategy(DeliveryStrategy) - function in com.bugsnag.android.Event
Sets the delivery strategy for this event, which determines how the eventshould be delivered to the Bugsnag API.
setDependencies(<ERROR CLASS>) - function in com.bugsnag.android.Notifier
 
setDevice(Device) - function in com.bugsnag.android.Session
 
setDiscardClasses(Set) - function in com.bugsnag.android.Configuration
Allows you to specify the fully-qualified name of error classes that will be discardedbefore being sent to Bugsnag if they are detected.
setDuration(Number) - function in com.bugsnag.android.AppWithState
The number of milliseconds the application was running before the event occurred
setDurationInForeground(Number) - function in com.bugsnag.android.AppWithState
The number of milliseconds the application was running in the foreground before the event occurred
setEnabledBreadcrumbTypes(Set) - function in com.bugsnag.android.Configuration
By default we will automatically add breadcrumbs for common application events such asactivity lifecycle events and system intents.
setEnabledErrorTypes(ErrorTypes) - function in com.bugsnag.android.Configuration
Bugsnag will automatically detect different types of error in your application.If you wish to control exactly which types are enabled, set this property.
setEnabledReleaseStages(Set) - function in com.bugsnag.android.Configuration
By default, Bugsnag will be notified of events that happen in any releaseStage.If you would like to change which release stages notify Bugsnag you can set this property.
setEndpoints(EndpointConfiguration) - function in com.bugsnag.android.Configuration
Set the endpoints to send data to.
setErrorClass(String) - function in com.bugsnag.android.Error
Sets the fully-qualified class name of the Throwable
setErrorMessage(String) - function in com.bugsnag.android.Error
The message string from the Throwable
setErrorReportingThread(Thread) - function in com.bugsnag.android.Event
Sets the thread that caused the event.
setErrorReportingThread(long) - function in com.bugsnag.android.Event
Sets the thread that caused the event by its id.
setEvent(Event) - function in com.bugsnag.android.EventPayload
 
setFeatureFlags(Boolean) - function in com.bugsnag.android.ErrorCaptureOptions
Whether to capture feature flags.
setFile(String) - function in com.bugsnag.android.NativeStackframe
The location of the source file
setFile(String) - function in com.bugsnag.android.Stackframe
The location of the source file
setFrameAddress(Long) - function in com.bugsnag.android.NativeStackframe
The address of the instruction where the event occurred.
setFrameAddress(Long) - function in com.bugsnag.android.Stackframe
The address of the instruction where the event occurred.
setFreeDisk(Long) - function in com.bugsnag.android.DeviceWithState
The number of free bytes of storage available on the device
setFreeMemory(Long) - function in com.bugsnag.android.DeviceWithState
The number of free bytes of memory available on the device
setGenerateAnonymousId(boolean) - function in com.bugsnag.android.Configuration
Set whether Bugsnag should generate an anonymous ID and persist it in local storageIf disabled, any device ID that has been persisted will not be retrieved, and no newdevice ID will be generated or stored
setGroupingDiscriminator(String) - function in com.bugsnag.android.Bugsnag
Set the Grouping Discriminator and return its previous value (if any was set).
setGroupingDiscriminator(String) - function in com.bugsnag.android.Client
Sets a new error grouping discriminator, and returns the previous value.
setGroupingDiscriminator(String) - function in com.bugsnag.android.Event
Set the Grouping Discriminator for this {@code Event} and return its previous value (if any was set).
setGroupingDiscriminator(String) - function in com.bugsnag.android.NativeInterface
Set the Grouping Discriminator and return its previous value (if any).
setGroupingHash(String) - function in com.bugsnag.android.Event
Set the grouping hash of the event to override the default grouping on the dashboard.All events with the same grouping hash will be grouped together into one error.
setHttpMethod(String) - function in com.bugsnag.android.Request
Set the HTTP method for this request (e.g.
setHttpVersion(String) - function in com.bugsnag.android.Request
Set the HTTP version for this request (e.g.
setId(String) - function in com.bugsnag.android.Session
Sets the session ID.
setId(String) - function in com.bugsnag.android.Thread
Sets the unique ID of the thread (from java.lang.Thread)
setId(String) - function in com.bugsnag.android.App
The package name of the application
setId(String) - function in com.bugsnag.android.AppWithState
The package name of the application
setId(String) - function in com.bugsnag.android.Device
A UUID generated by Bugsnag and used for the individual application on a device
setId(String) - function in com.bugsnag.android.DeviceWithState
A UUID generated by Bugsnag and used for the individual application on a device
setId(String) - function in com.bugsnag.android.ThreadInternal
 
setIndent(String) - function in com.bugsnag.android.JsonStream
Sets the indentation string to be repeated for each level of indentation in the encoded document.
setInForeground(Boolean) - function in com.bugsnag.android.AppWithState
Whether the application was in the foreground when the event occurred
setInProject(Boolean) - function in com.bugsnag.android.Stackframe
Whether the package is considered to be in your project for the purposes of grouping and readability on the Bugsnag dashboard.
setIsErrorReportingThread(Boolean) - function in com.bugsnag.android.ThreadInternal
 
setIsFatal(Boolean) - function in com.bugsnag.android.ErrorOptions
Use with caution.
setIsHtmlSafe(Boolean) - function in com.bugsnag.android.JsonStream
Configure this writer to emit JSON that's safe for direct inclusion in HTML and XML documents.
setIsLaunching(Boolean) - function in com.bugsnag.android.AppWithState
Whether the application was launching when the event occurred
setIsLenient(Boolean) - function in com.bugsnag.android.JsonStream
Configure this writer to relax its syntax rules.
setIsPC(Boolean) - function in com.bugsnag.android.NativeStackframe
Whether this frame identifies the program counter
setIsPC(Boolean) - function in com.bugsnag.android.Stackframe
Whether this frame identifies the program counter
setJailbroken(Boolean) - function in com.bugsnag.android.Device
Whether the device has been jailbroken
setJailbroken(Boolean) - function in com.bugsnag.android.DeviceWithState
Whether the device has been jailbroken
setLaunchDurationMillis(long) - function in com.bugsnag.android.Configuration
Sets the threshold in milliseconds for an uncaught error to be considered as a crash onlaunch.
setLineNumber(Number) - function in com.bugsnag.android.NativeStackframe
The line number within the source file this stackframe refers to
setLineNumber(Number) - function in com.bugsnag.android.Stackframe
The line number within the source file this stackframe refers to
setLoadAddress(Long) - function in com.bugsnag.android.NativeStackframe
The address of the library where the event occurred.
setLoadAddress(Long) - function in com.bugsnag.android.Stackframe
The address of the library where the event occurred.
setLocale(String) - function in com.bugsnag.android.Device
The IETF language tag of the locale used
setLocale(String) - function in com.bugsnag.android.DeviceWithState
The IETF language tag of the locale used
setLogger(Logger) - function in com.bugsnag.android.Configuration
By default, the notifier's log messages will be logged using android.util.Logwith a "Bugsnag" tag unless the releaseStage is "production".
setManufacturer(String) - function in com.bugsnag.android.Device
The manufacturer of the device used
setManufacturer(String) - function in com.bugsnag.android.DeviceWithState
The manufacturer of the device used
setMaxBreadcrumbs(int) - function in com.bugsnag.android.Configuration
Sets the maximum number of breadcrumbs which will be stored.
setMaxPersistedEvents(int) - function in com.bugsnag.android.Configuration
Sets the maximum number of persisted events which will be stored.
setMaxPersistedSessions(int) - function in com.bugsnag.android.Configuration
Sets the maximum number of persisted sessions which will be stored.
setMaxReportedThreads(int) - function in com.bugsnag.android.Configuration
Sets the maximum number of threads that will be reported with an event.
setMaxStringValueLength(int) - function in com.bugsnag.android.Configuration
Sets the maximum string length in any metadata field.
setMessage(String) - function in com.bugsnag.android.Breadcrumb
Sets the description of the breadcrumb
setMetadata(Map) - function in com.bugsnag.android.Breadcrumb
Sets diagnostic data relating to the breadcrumb
setMetadata(Set) - function in com.bugsnag.android.ErrorCaptureOptions
Controls which custom metadata tabs are included.
setMetadataTrimMetrics(Integer,Integer) - function in com.bugsnag.android.internal.InternalMetrics
 
setMetadataTrimMetrics(Integer,Integer) - function in com.bugsnag.android.internal.InternalMetricsImpl
 
setMetadataTrimMetrics(Integer,Integer) - function in com.bugsnag.android.internal.InternalMetricsNoop
 
setMethod(String) - function in com.bugsnag.android.NativeStackframe
The name of the method that was being executed
setMethod(String) - function in com.bugsnag.android.Stackframe
The name of the method that was being executed
setModel(String) - function in com.bugsnag.android.Device
The model name of the device used
setModel(String) - function in com.bugsnag.android.DeviceWithState
The model name of the device used
setName(String) - function in com.bugsnag.android.Thread
Sets the name of the thread (from java.lang.Thread)
setName(String) - function in com.bugsnag.android.Notifier
 
setName(String) - function in com.bugsnag.android.ThreadInternal
 
setNdkCrashes(Boolean) - function in com.bugsnag.android.ErrorTypes
Determines whether NDK crashes such as signals and exceptions should be reported by bugsnag.
setOrientation(String) - function in com.bugsnag.android.DeviceWithState
The orientation of the device when the event occurred: either portrait or landscape
setOsName(String) - function in com.bugsnag.android.Device
The name of the operating system running on the device used
setOsName(String) - function in com.bugsnag.android.DeviceWithState
The name of the operating system running on the device used
setOsVersion(String) - function in com.bugsnag.android.Device
The version of the operating system running on the device used
setOsVersion(String) - function in com.bugsnag.android.DeviceWithState
The version of the operating system running on the device used
setOutOfMemoryHandler(OutOfMemoryHandler) - function in com.bugsnag.android.Bugsnag
Override or intercept the default error handling for OutOfMemoryErrors.
setOutOfMemoryHandler(OutOfMemoryHandler) - function in com.bugsnag.android.Client
Override or intercept the default error handling for OutOfMemoryErrors.
setPathPermissions(Array) - function in android.content.AbstractStartupProvider
 
setPathPermissions(Array) - function in android.content.BugsnagContentProvider
 
setPersistenceDirectory(File) - function in com.bugsnag.android.Configuration
Sets the directory where event and session JSON payloads should be persisted if a networkrequest is not successful.
setPersistUser(boolean) - function in com.bugsnag.android.Configuration
Set whether Bugsnag should persist user information between application sessions.
setProjectPackages(Set) - function in com.bugsnag.android.Configuration
Sets which package names Bugsnag should consider as a part of therunning application.
setReadPermission(String) - function in android.content.AbstractStartupProvider
 
setReadPermission(String) - function in android.content.BugsnagContentProvider
 
setRedactedKeys(Set) - function in com.bugsnag.android.Configuration
Sets which values should be removed from any Metadata objects beforesending them to Bugsnag.
setReleaseStage(String) - function in com.bugsnag.android.Configuration
If you would like to distinguish between errors that happen in different stages of theapplication release process (development, production, etc.) you can set the releaseStagethat is reported to Bugsnag.
setReleaseStage(String) - function in com.bugsnag.android.App
The release stage set in Configuration.
setReleaseStage(String) - function in com.bugsnag.android.AppWithState
The release stage set in Configuration.
setRequest(Request) - function in com.bugsnag.android.Event
Associates an HTTP request with this event.
setResponse(Response) - function in com.bugsnag.android.Event
Associates an HTTP response with this event.
setRuntimeVersions(Map) - function in com.bugsnag.android.Device
 
setRuntimeVersions(Map) - function in com.bugsnag.android.DeviceWithState
 
setSendLaunchCrashesSynchronously(boolean) - function in com.bugsnag.android.Configuration
Sets whether Bugsnag should send crashes synchronously that occurred duringthe application's launch period.
setSendThreads(ThreadSendPolicy) - function in com.bugsnag.android.Configuration
Controls whether we should capture and serialize the state of all threads at the timeof an error.
setSeverity(Severity) - function in com.bugsnag.android.Event
The severity of the event.
setStacktrace(List) - function in com.bugsnag.android.Thread
Sets a representation of the thread's stacktrace
setStacktrace(Boolean) - function in com.bugsnag.android.ErrorCaptureOptions
Whether to capture stacktrace.
setStacktrace(List) - function in com.bugsnag.android.ThreadInternal
 
setStartedAt(Date) - function in com.bugsnag.android.Session
Sets the session start time.
setState(Thread.State) - function in com.bugsnag.android.Thread
Sets the state of thread (from java.lang.Thread)
setState(String) - function in com.bugsnag.android.ThreadInternal
 
setStatusCode(int) - function in com.bugsnag.android.Response
 
setSymbolAddress(Long) - function in com.bugsnag.android.NativeStackframe
The address of the function where the event occurred.
setSymbolAddress(Long) - function in com.bugsnag.android.Stackframe
The address of the function where the event occurred.
setTelemetry(Set) - function in com.bugsnag.android.Configuration
Set which telemetry will be sent to Bugsnag.
setThreadCollectionTimeLimitMillis(long) - function in com.bugsnag.android.Configuration
Sets the maximum time for collecting threads and traces.By default, up to 5000 milliseconds are reported.
setThreads(Boolean) - function in com.bugsnag.android.ErrorCaptureOptions
Whether to capture thread state.
setTime(Date) - function in com.bugsnag.android.DeviceWithState
The timestamp on the device when the event occurred
setTotalMemory(Long) - function in com.bugsnag.android.Device
The total number of bytes of memory on the device
setTotalMemory(Long) - function in com.bugsnag.android.DeviceWithState
The total number of bytes of memory on the device
setTraceCorrelation(UUID,long) - function in com.bugsnag.android.Event
Associate this event with a specific trace.
setType(BreadcrumbType) - function in com.bugsnag.android.Breadcrumb
Sets the type of breadcrumb left - one of those enabled in getEnabledBreadcrumbTypes
setType(ErrorType) - function in com.bugsnag.android.Error
Sets the type of error based on the originating platform (intended for internal use only)
setType(ErrorType) - function in com.bugsnag.android.Thread
Sets the type of thread based on the originating platform (intended for internal use only)
setType(String) - function in com.bugsnag.android.App
The application type set in Configuration#version
setType(String) - function in com.bugsnag.android.AppWithState
The application type set in Configuration#version
setType(ErrorType) - function in com.bugsnag.android.NativeStackframe
The type of the error
setType(ErrorType) - function in com.bugsnag.android.Stackframe
The type of the error
setType(ErrorType) - function in com.bugsnag.android.ThreadInternal
 
setUnhandled(boolean) - function in com.bugsnag.android.Event
Whether the event was a crash (i.e.
setUnhandledExceptions(Boolean) - function in com.bugsnag.android.ErrorTypes
Sets whether Bugsnag should automatically capture and report unhandled errors.
setUnhandledRejections(Boolean) - function in com.bugsnag.android.ErrorTypes
Sets whether Bugsnag should automatically capture and report unhandled promise rejections.
setUrl(String) - function in com.bugsnag.android.Request
Set the URL for this request.
setUrl(String) - function in com.bugsnag.android.Notifier
 
setUser(String,String,String) - function in com.bugsnag.android.Bugsnag
Sets the user associated with the event.
setUser(String,String,String) - function in com.bugsnag.android.Client
Sets the user associated with the event.
setUser(null,null,null) - function in com.bugsnag.android.Client
 
setUser(String,String,String) - function in com.bugsnag.android.Configuration
Sets the user associated with the event.
setUser(null,null,null) - function in com.bugsnag.android.Configuration
 
setUser(String,String,String) - function in com.bugsnag.android.Event
Sets the user associated with the event.
setUser(null,null,null) - function in com.bugsnag.android.Event
 
setUser(String,String,String) - function in com.bugsnag.android.NativeInterface
Sets the user
setUser(Array,Array,Array) - function in com.bugsnag.android.NativeInterface
Sets the user
setUser(String,String,String) - function in com.bugsnag.android.Session
Sets the user associated with the session.
setUser(null,null,null) - function in com.bugsnag.android.Session
 
setUser(Boolean) - function in com.bugsnag.android.ErrorCaptureOptions
Whether to capture user information.
setValue(String) - function in com.bugsnag.android.FeatureFlag
Throws {@code UnsupportedOperationException} as {@code FeatureFlag} is considered immutable.
setValue(V) - function in java.util.FeatureFlag
 
setVersion(String) - function in com.bugsnag.android.App
The version of the application set in Configuration.
setVersion(String) - function in com.bugsnag.android.AppWithState
The version of the application set in Configuration.
setVersion(String) - function in com.bugsnag.android.Notifier
 
setVersionCode(Integer) - function in com.bugsnag.android.Configuration
We'll automatically pull your versionCode from the versionCode fieldin your AndroidManifest.xml file.
setVersionCode(Number) - function in com.bugsnag.android.App
The version code of the application set in Configuration.
setVersionCode(Number) - function in com.bugsnag.android.AppWithState
The version code of the application set in Configuration.
setWritePermission(String) - function in android.content.AbstractStartupProvider
 
setWritePermission(String) - function in android.content.BugsnagContentProvider
 
Severity - class in com.bugsnag.android
The severity of an Event, one of "error", "warning" or "info".
shouldDiscardBreadcrumb(BreadcrumbType) - function in com.bugsnag.android.internal.ImmutableConfig
Returns whether breadcrumbs with the given type should be discarded or not.
shouldDiscardByReleaseStage() - function in com.bugsnag.android.internal.ImmutableConfig
Returns whether errors/sessions should be discarded or not based on the enabled release stages.
shouldDiscardError(Throwable) - function in com.bugsnag.android.internal.ImmutableConfig
Returns whether the given throwable should be discarded based on the automatic data capture settings in Configuration.
shouldDiscardError(String) - function in com.bugsnag.android.internal.ImmutableConfig
Returns whether the given error should be discarded based on the automatic data capture settings in Configuration.
shouldDiscardSession(Boolean) - function in com.bugsnag.android.internal.ImmutableConfig
Returns whether a session should be discarded based on the automatic data capture settings in Configuration.
shutdown() - function in android.content.AbstractStartupProvider
 
shutdown() - function in com.bugsnag.android.internal.BackgroundTaskService
Notifies the background service that the process is about to terminate.
shutdown() - function in android.content.BugsnagContentProvider
 
Stackframe - class in com.bugsnag.android
Represents a single stackframe from a Throwable
start(Context) - function in com.bugsnag.android.Bugsnag
Initialize the static Bugsnag client
start(Context,String) - function in com.bugsnag.android.Bugsnag
Initialize the static Bugsnag client
start(Context,Configuration) - function in com.bugsnag.android.Bugsnag
Initialize the static Bugsnag client
startSession() - function in com.bugsnag.android.Bugsnag
Starts tracking a new session.
startSession() - function in com.bugsnag.android.Client
Starts tracking a new session.
startSession() - function in com.bugsnag.android.NativeInterface
 
STATE - enum entry in com.bugsnag.android.BreadcrumbType

A change in application state, such as launch or memory warning

StateEvent - class in com.bugsnag.android
 
StateEvent.AddBreadcrumb - class in com.bugsnag.android.StateEvent
 
StateEvent.AddFeatureFlag - class in com.bugsnag.android.StateEvent
 
StateEvent.AddMetadata - class in com.bugsnag.android.StateEvent
 
StateEvent.ClearFeatureFlag - class in com.bugsnag.android.StateEvent
 
StateEvent.ClearFeatureFlags - class in com.bugsnag.android.StateEvent
 
StateEvent.ClearMetadataSection - class in com.bugsnag.android.StateEvent
 
StateEvent.ClearMetadataValue - class in com.bugsnag.android.StateEvent
 
StateEvent.DeliverPending - class in com.bugsnag.android.StateEvent
 
StateEvent.Install - class in com.bugsnag.android.StateEvent
 
StateEvent.NotifyHandled - class in com.bugsnag.android.StateEvent
 
StateEvent.NotifyUnhandled - class in com.bugsnag.android.StateEvent
 
StateEvent.PauseSession - class in com.bugsnag.android.StateEvent
 
StateEvent.StartSession - class in com.bugsnag.android.StateEvent
 
StateEvent.SynchronizeState - class in com.bugsnag.android.StateEvent
 
StateEvent.UpdateContext - class in com.bugsnag.android.StateEvent
 
StateEvent.UpdateGroupingDiscriminator - class in com.bugsnag.android.StateEvent
 
StateEvent.UpdateInForeground - class in com.bugsnag.android.StateEvent
 
StateEvent.UpdateIsLaunching - class in com.bugsnag.android.StateEvent
 
StateEvent.UpdateLastRunInfo - class in com.bugsnag.android.StateEvent
 
StateEvent.UpdateMemoryTrimEvent - class in com.bugsnag.android.StateEvent
 
StateEvent.UpdateOrientation - class in com.bugsnag.android.StateEvent
 
StateEvent.UpdateUser - class in com.bugsnag.android.StateEvent
 
StateObserver - class in com.bugsnag.android.internal
 
STORE_AND_FLUSH - enum entry in com.bugsnag.android.DeliveryStrategy
 
STORE_AND_SEND - enum entry in com.bugsnag.android.DeliveryStrategy
 
STORE_ONLY - enum entry in com.bugsnag.android.DeliveryStrategy
 
submitTask(TaskType,Runnable) - function in com.bugsnag.android.internal.BackgroundTaskService
Submits a task for execution on a single-threaded executor.
submitTask(TaskType,Callable) - function in com.bugsnag.android.internal.BackgroundTaskService
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W