Class DeviceThermalStatusChangeEvent
-
- All Implemented Interfaces:
-
io.opentelemetry.android.semconv.events.OpenTelemetryEvent
public final class DeviceThermalStatusChangeEvent implements OpenTelemetryEvent
<p>This event indicates that the Android thermal throttling status changed.</p> <p>Notes:</p> <p>none</p>
-
-
Field Summary
Fields Modifier and Type Field Description private final StringandroidThermalThrottlingStatus
-
Constructor Summary
Constructors Constructor Description DeviceThermalStatusChangeEvent(String androidThermalThrottlingStatus)
-
Method Summary
Modifier and Type Method Description final StringgetAndroidThermalThrottlingStatus()<p>The Android thermal throttling status.</p> Unitemit(Logger logger, Attributes additionalAttributes)Emits this event through logger, including any additionalAttributes. -
-
Constructor Detail
-
DeviceThermalStatusChangeEvent
DeviceThermalStatusChangeEvent(String androidThermalThrottlingStatus)
-
-
Method Detail
-
getAndroidThermalThrottlingStatus
final String getAndroidThermalThrottlingStatus()
<p>The Android thermal throttling status.</p>
-
emit
Unit emit(Logger logger, Attributes additionalAttributes)
Emits this event through logger, including any additionalAttributes.
-
-
-
-