BugsnagDeviceWithState class

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

Inheritance

Properties

cpuAbi List<String>?
Android only: The Application Binary Interface used
getter/setter pairinherited
freeDisk int?
The number of free bytes of storage available on the device
getter/setter pair
freeMemory int?
The number of free bytes of memory available on the device
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 pairinherited
jailbroken bool?
Whether the device has been jailbroken
getter/setter pairinherited
locale String?
The IETF language tag of the locale used
getter/setter pairinherited
manufacturer String?
The manufacturer of the device used
getter/setter pairinherited
model String?
The model name of the device used
getter/setter pairinherited
modelNumber String?
The model number of the device used
getter/setter pairinherited
orientation String?
The orientation of the device when the event occurred: e.g. portrait or landscape
getter/setter pair
osName String?
The name of the operating system running on the device used
getter/setter pairinherited
osVersion String?
The version of the operating system running on the device used
getter/setter pairinherited
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 pairinherited
time DateTime?
The timestamp on the device when the event occurred
getter/setter pair
totalMemory int?
The total number of bytes of memory on the device
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