BugsnagTelemetryTypes class

Types of telemetry that may be sent to Bugsnag for product improvement purposes.

Constructors

BugsnagTelemetryTypes({bool internalErrors = true, bool usage = true})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
internalErrors bool
Errors within the Bugsnag SDK.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usage bool
Information about how Bugsnag has been configured.
final

Methods

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

Operators

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

Constants

all → const BugsnagTelemetryTypes