Package io.opentelemetry.android.semconv.events
See: Description
-
Class Summary Class Description AppJankEvent <p>This event indicates that the application has detected substandard UI rendering performance.</p> <p>Notes:</p> <p>Jank happens when the UI is rendered slowly enough for the user to experience some disruption or sluggishness.</p> AppScreenFlingEvent <p>This event represents a fling on the screen of an application.</p> <p>Notes:</p> <p>none</p> AppScreenLongpressEvent <p>This event represents a long press on the screen of an application.</p> <p>Notes:</p> <p>none</p> AppScreenScrollEvent <p>This event represents a scroll on the screen of an application.</p> <p>Notes:</p> <p>none</p> AppWidgetFlingEvent <p>This event represents a fling on an application widget.</p> <p>Notes:</p> <p>none</p> AppWidgetLongpressEvent <p>This event represents a long press on an application widget.</p> <p>Notes:</p> <p>none</p> AppWidgetScrollEvent <p>This event represents a scroll on an application widget.</p> <p>Notes:</p> <p>none</p> DeviceAnrEvent <p>This event indicates that an Android application did not respond on the main thread.</p> <p>Notes:</p> <p>none</p> DevicePowerSaveModeChangeEvent <p>This event indicates that Android power save mode changed.</p> <p>Notes:</p> <p>none</p> DeviceScreenOrientationEvent <p>This event indicates that the Android screen orientation changed.</p> <p>Notes:</p> <p>none</p> DeviceThermalStatusChangeEvent <p>This event indicates that the Android thermal throttling status changed.</p> <p>Notes:</p> <p>none</p> NetworkChangeEvent <p>This event indicates that Android network connectivity changed.</p> <p>Notes:</p> <p>none</p> RumSdkInitAnrMonitorEvent <p>This event indicates that the ANR monitor initialized during Android RUM SDK startup.</p> <p>Notes:</p> <p>none</p> RumSdkInitCrashReporterEvent <p>This event indicates that crash reporting initialized during Android RUM SDK startup.</p> <p>Notes:</p> <p>none</p> RumSdkInitJankMonitorEvent <p>This event indicates that the jank monitor initialized during Android RUM SDK startup.</p> <p>Notes:</p> <p>none</p> RumSdkInitNetMonitorEvent <p>This event indicates that the network monitor initialized during Android RUM SDK startup.</p> <p>Notes:</p> <p>none</p> RumSdkInitNetProviderEvent <p>This event indicates that the current network provider initialized during Android RUM SDK startup.</p> <p>Notes:</p> <p>none</p> RumSdkInitSpanExporterEvent <p>This event indicates that the span exporter initialized during Android RUM SDK startup.</p> <p>Notes:</p> <p>none</p> RumSdkInitStartedEvent <p>This event indicates that Android RUM SDK initialization started.</p> <p>Notes:</p> <p>none</p> WebsocketCloseEvent <p>This event indicates that a WebSocket closed.</p> <p>Notes:</p> <p>none</p> WebsocketErrorEvent <p>This event indicates that a WebSocket failed.</p> <p>Notes:</p> <p>none</p> WebsocketMessageEvent <p>This event indicates that a WebSocket message was received.</p> <p>Notes:</p> <p>none</p> WebsocketOpenEvent <p>This event indicates that a WebSocket opened.</p> <p>Notes:</p> <p>none</p> -
Interface Summary Interface Description OpenTelemetryEvent An event defined by the OpenTelemetry Android semantic conventions.