Class DeviceScreenOrientationEvent
-
- All Implemented Interfaces:
-
io.opentelemetry.android.semconv.events.OpenTelemetryEvent
public final class DeviceScreenOrientationEvent implements OpenTelemetryEvent
<p>This event indicates that the Android screen orientation changed.</p> <p>Notes:</p> <p>none</p>
-
-
Field Summary
Fields Modifier and Type Field Description private final StringscreenOrientation
-
Constructor Summary
Constructors Constructor Description DeviceScreenOrientationEvent(String screenOrientation)
-
Method Summary
Modifier and Type Method Description final StringgetScreenOrientation()<p>The Android screen orientation.</p> Unitemit(Logger logger, Attributes additionalAttributes)Emits this event through logger, including any additionalAttributes. -
-
Constructor Detail
-
DeviceScreenOrientationEvent
DeviceScreenOrientationEvent(String screenOrientation)
-
-
Method Detail
-
getScreenOrientation
final String getScreenOrientation()
<p>The Android screen orientation.</p>
-
emit
Unit emit(Logger logger, Attributes additionalAttributes)
Emits this event through logger, including any additionalAttributes.
-
-
-
-