BugsnagDevice class

Stateless information set by the notifier about the device on which the event occurred can be found on this class. These values can be accessed and amended if necessary.

See also:

Implementers

Constructors

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

Properties

cpuAbi List<String>?
Android only: The Application Binary Interface used
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
A UUID generated by Bugsnag and used for the individual application on a device
getter/setter pair
jailbroken bool?
Whether the device has been jailbroken
getter/setter pair
locale String?
The IETF language tag of the locale used
getter/setter pair
manufacturer String?
The manufacturer of the device used
getter/setter pair
model String?
The model name of the device used
getter/setter pair
modelNumber String?
The model number of the device used
getter/setter pair
osName String?
The name of the operating system running on the device used
getter/setter pair
osVersion String?
The version of the operating system running on the device used
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeVersions Map<String, String>?
A collection of names and their versions of the primary languages, frameworks or runtimes that the application is running on
getter/setter pair
totalMemory int?
The total number of bytes of memory on the device
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