BugsnagApp class

Stateless 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:

Implementers

Constructors

BugsnagApp.fromJson(Map<String, Object?> json)

Properties

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

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