Enum InteractionActionType

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<InteractionActionType>

    public enum InteractionActionType
    extends java.lang.Enum<InteractionActionType>
    implements com.google.protobuf.Internal.EnumLite
     actions
     
    Protobuf enum streamlayer.analytics.v1.interactions.InteractionActionType
    • Enum Constant Detail

      • INTERACTION_ACTION_TYPE_UNSET

        public static final InteractionActionType INTERACTION_ACTION_TYPE_UNSET
        INTERACTION_ACTION_TYPE_UNSET = 0;
      • INTERACTION_ACTION_TYPE_TAP

        public static final InteractionActionType INTERACTION_ACTION_TYPE_TAP
        INTERACTION_ACTION_TYPE_TAP = 1;
      • INTERACTION_ACTION_TYPE_CALL

        public static final InteractionActionType INTERACTION_ACTION_TYPE_CALL
        INTERACTION_ACTION_TYPE_CALL = 2;
      • INTERACTION_ACTION_TYPE_MESSAGE

        public static final InteractionActionType INTERACTION_ACTION_TYPE_MESSAGE
        INTERACTION_ACTION_TYPE_MESSAGE = 3;
      • INTERACTION_ACTION_TYPE_SCROLL

        public static final InteractionActionType INTERACTION_ACTION_TYPE_SCROLL
        INTERACTION_ACTION_TYPE_SCROLL = 4;
    • Field Detail

      • INTERACTION_ACTION_TYPE_UNSET_VALUE

        public static final int INTERACTION_ACTION_TYPE_UNSET_VALUE
        INTERACTION_ACTION_TYPE_UNSET = 0;
        See Also:
        Constant Field Values
      • INTERACTION_ACTION_TYPE_TAP_VALUE

        public static final int INTERACTION_ACTION_TYPE_TAP_VALUE
        INTERACTION_ACTION_TYPE_TAP = 1;
        See Also:
        Constant Field Values
      • INTERACTION_ACTION_TYPE_CALL_VALUE

        public static final int INTERACTION_ACTION_TYPE_CALL_VALUE
        INTERACTION_ACTION_TYPE_CALL = 2;
        See Also:
        Constant Field Values
      • INTERACTION_ACTION_TYPE_MESSAGE_VALUE

        public static final int INTERACTION_ACTION_TYPE_MESSAGE_VALUE
        INTERACTION_ACTION_TYPE_MESSAGE = 3;
        See Also:
        Constant Field Values
      • INTERACTION_ACTION_TYPE_SCROLL_VALUE

        public static final int INTERACTION_ACTION_TYPE_SCROLL_VALUE
        INTERACTION_ACTION_TYPE_SCROLL = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static InteractionActionType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (InteractionActionType c : InteractionActionType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static InteractionActionType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
      • valueOf

        @Deprecated
        public static InteractionActionType valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<InteractionActionType> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()