BugsnagAppWithState class

Stateful information set by the notifier about your app can be found on this class. These values can be accessed and amended if necessary.

See also:

Inheritance

Properties

binaryArch String?
The architecture of the running application binary
getter/setter pairinherited
buildUUID String?
The unique identifier for the build of the application
getter/setter pairinherited
bundleVersion String?
iOS only: The app's bundleVersion, set from the CFBundleVersion. Equivalent to versionCode on Android.
getter/setter pairinherited
dsymUuids List<String>?
iOS only: Unique identifier for the debug symbols file corresponding to the application
getter/setter pairinherited
duration int?
The number of milliseconds the application was running before the event occurred
getter/setter pair
durationInForeground int?
The number of milliseconds the application was running in the foreground before the event occurred
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The app identifier used by the application
getter/setter pairinherited
inForeground bool?
Whether the application was in the foreground when the event occurred
getter/setter pair
isLaunching bool?
Whether the application was launching when the event occurred See also:
getter/setter pair
releaseStage String?
The release stage set in Bugsnag.start
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The application type set in Bugsnag.start
getter/setter pairinherited
version String?
The version of the application which can be set in Bugsnag.start
getter/setter pairinherited
versionCode int?
Android only: the version code of the application from the AndroidManifest.xml or Bugsnag.start
getter/setter pairinherited

Methods

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

Operators

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