| Interface | Description |
|---|---|
| BeforeNotify |
A callback to be run before every report to Bugsnag.
|
| Callback |
A callback to be run before an individual report is sent to Bugsnag.
|
| JsonStream.Streamable |
| Class | Description |
|---|---|
| Bugsnag |
Static access to a Bugsnag Client, the easiest way to use Bugsnag in your Android app.
|
| BugsnagException |
Used to store information about an exception that was not provided with an exception object
|
| Client |
A Bugsnag Client instance allows you to use Bugsnag in your Android app.
|
| Configuration |
User-specified configuration storage object, contains information
specified at the client level, api-key and endpoint configuration.
|
| Error |
Information and associated diagnostics relating to a handled or unhandled
Exception.
|
| JsonStream | |
| JsonWriter |
Writes a JSON (RFC 4627)
encoded value to a stream, one token at a time.
|
| MetaData |
A container for additional diagnostic information you'd like to send with
every error report.
|
| Report |
An error report payload.
|
| Enum | Description |
|---|---|
| BreadcrumbType |
Recognized types of breadcrumbs
|
| Severity |
The severity of an Error, one of "error", "warning" or "info".
|