Class DevicePowerSaveModeChangeEvent

  • All Implemented Interfaces:
    io.opentelemetry.android.semconv.events.OpenTelemetryEvent

    
    public final class DevicePowerSaveModeChangeEvent
     implements OpenTelemetryEvent
                        
    <p>This event indicates that Android power save mode changed.</p> <p>Notes:</p> <p>none</p>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getAndroidPowerSaveModeEnabled() <p>Whether Android power save mode is enabled.</p>
      Unit emit(Logger logger, Attributes additionalAttributes) Emits this event through logger, including any additionalAttributes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait