-
public final class LongTaskEvent.DeviceDevice properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLongTaskEvent.Device.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongTaskEvent.DeviceTypetypeprivate final Stringnameprivate final Stringmodelprivate final Stringbrandprivate final Stringarchitecture
-
Constructor Summary
Constructors Constructor Description LongTaskEvent.Device(LongTaskEvent.DeviceType type, String name, String model, String brand, String architecture)
-
Method Summary
-
-
Constructor Detail
-
LongTaskEvent.Device
LongTaskEvent.Device(LongTaskEvent.DeviceType type, String name, String model, String brand, String architecture)
- Parameters:
type- Device type infoname- Device marketing name, e.g.model- Device SKU model, e.g.brand- Device marketing brand, e.g.architecture- The CPU architecture of the device that is reporting the error
-
-
-
-