BugsnagThreadSendPolicy enum

Controls whether we should capture and serialize the state of all threads at the time of an error.

This affects the thread capturing behaviour of the native layers of iOS and Android.

Inheritance

Constructors

BugsnagThreadSendPolicy()
const

Values

always → const BugsnagThreadSendPolicy

Threads should be captured for all events.

unhandledOnly → const BugsnagThreadSendPolicy

Threads should be captured for unhandled events only.

never → const BugsnagThreadSendPolicy

Threads should never be captured.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BugsnagThreadSendPolicy>
A constant List of the values in this enum, in order of their declaration.