Class AppWidgetLongpressEvent

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

    
    public final class AppWidgetLongpressEvent
     implements OpenTelemetryEvent
                        
    <p>This event represents a long press on an application widget.</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 Long getAppScreenCoordinateX() <p>The x (horizontal) coordinate of a screen coordinate, in screen pixels.</p>
      final Long getAppScreenCoordinateY() <p>The y (vertical) component of a screen coordinate, in screen pixels.</p>
      final String getAppScreenId() <p>An identifier that uniquely differentiates this screen from other screens in the same application.</p> <p>Notes:</p> <p>A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).</p>
      final String getAppScreenName() <p>The name of an application screen.</p> <p>Notes:</p> <p>A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).</p>
      final String getAppWidgetId() <p>An identifier that uniquely differentiates this widget from other widgets in the same application.</p> <p>Notes:</p> <p>A widget is an application component, typically an on-screen visual GUI element.</p>
      final String getAppWidgetName() <p>The name of an application widget.</p> <p>Notes:</p> <p>A widget is an application component, typically an on-screen visual GUI element.</p>
      final String getHwPointerButton() <p>The hardware pointer button associated with a pointer gesture.</p>
      final String getHwPointerType() <p>The hardware pointer type associated with a pointer gesture.</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
    • Constructor Detail

      • AppWidgetLongpressEvent

        AppWidgetLongpressEvent(Long appScreenCoordinateX, Long appScreenCoordinateY, String appScreenId, String appScreenName, String appWidgetId, String appWidgetName, String hwPointerButton, String hwPointerType)
    • Method Detail

      • getAppScreenCoordinateX

         final Long getAppScreenCoordinateX()
        <p>The x (horizontal) coordinate of a screen coordinate, in screen pixels.</p>
      • getAppScreenCoordinateY

         final Long getAppScreenCoordinateY()
        <p>The y (vertical) component of a screen coordinate, in screen pixels.</p>
      • getAppScreenId

         final String getAppScreenId()
        <p>An identifier that uniquely differentiates this screen from other screens in the same application.</p> <p>Notes:</p> <p>A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).</p>
      • getAppScreenName

         final String getAppScreenName()
        <p>The name of an application screen.</p> <p>Notes:</p> <p>A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).</p>
      • getAppWidgetId

         final String getAppWidgetId()
        <p>An identifier that uniquely differentiates this widget from other widgets in the same application.</p> <p>Notes:</p> <p>A widget is an application component, typically an on-screen visual GUI element.</p>
      • getAppWidgetName

         final String getAppWidgetName()
        <p>The name of an application widget.</p> <p>Notes:</p> <p>A widget is an application component, typically an on-screen visual GUI element.</p>
      • getHwPointerButton

         final String getHwPointerButton()
        <p>The hardware pointer button associated with a pointer gesture.</p>
      • getHwPointerType

         final String getHwPointerType()
        <p>The hardware pointer type associated with a pointer gesture.</p>