DeviceWithState

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.

Properties

Link copied to clipboard

The Application Binary Interface used

Link copied to clipboard

The number of free bytes of storage available on the device

Link copied to clipboard

The number of free bytes of memory available on the device

Link copied to clipboard
var id: String?

A UUID generated by Bugsnag and used for the individual application on a device

Link copied to clipboard

Whether the device has been jailbroken

Link copied to clipboard

The IETF language tag of the locale used

Link copied to clipboard

The manufacturer of the device used

Link copied to clipboard

The model name of the device used

Link copied to clipboard

The orientation of the device when the event occurred: either portrait or landscape

Link copied to clipboard

The name of the operating system running on the device used

Link copied to clipboard

The version of the operating system running on the device used

Link copied to clipboard
Link copied to clipboard
var time: Date?

The timestamp on the device when the event occurred

Link copied to clipboard

The total number of bytes of memory on the device

Functions

Link copied to clipboard
open override fun toStream(writer: JsonStream)