Package 

Enum RumActionType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum RumActionType
    extends Enum<RumActionType>
                        

    Describe the type of a RUM Action.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CUSTOM

      A custom action.

      BACK

      User navigated back.

      CLICK

      User clicked on a widget (not used on Mobile).

      SWIPE

      User swiped on a view.

      SCROLL

      User scrolled a view.

      TAP

      User tapped on a widget.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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