public enum EventType extends Enum<EventType> implements com.google.protobuf.ProtocolMessageEnum
io.growing.tunnel.protocol.EventType| Enum Constant and Description |
|---|
APP_CLOSED
APP_CLOSED = 5; |
CONVERSION_VARIABLES
CONVERSION_VARIABLES = 4; |
CUSTOM
CUSTOM = 1; |
FORM_SUBMIT
FORM_SUBMIT = 10; |
LOGIN_USER_ATTRIBUTES
LOGIN_USER_ATTRIBUTES = 3; |
PAGE
PAGE = 6; |
PAGE_ATTRIBUTES
PAGE_ATTRIBUTES = 7; |
UNRECOGNIZED |
VIEW_CHANGE
VIEW_CHANGE = 9; |
VIEW_CLICK
VIEW_CLICK = 8; |
VISIT
VISIT = 0; |
VISITOR_ATTRIBUTES
VISITOR_ATTRIBUTES = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
APP_CLOSED_VALUE
APP_CLOSED = 5; |
static int |
CONVERSION_VARIABLES_VALUE
CONVERSION_VARIABLES = 4; |
static int |
CUSTOM_VALUE
CUSTOM = 1; |
static int |
FORM_SUBMIT_VALUE
FORM_SUBMIT = 10; |
static int |
LOGIN_USER_ATTRIBUTES_VALUE
LOGIN_USER_ATTRIBUTES = 3; |
static int |
PAGE_ATTRIBUTES_VALUE
PAGE_ATTRIBUTES = 7; |
static int |
PAGE_VALUE
PAGE = 6; |
static int |
VIEW_CHANGE_VALUE
VIEW_CHANGE = 9; |
static int |
VIEW_CLICK_VALUE
VIEW_CLICK = 8; |
static int |
VISIT_VALUE
VISIT = 0; |
static int |
VISITOR_ATTRIBUTES_VALUE
VISITOR_ATTRIBUTES = 2; |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<EventType> |
internalGetValueMap() |
static EventType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EventType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType VISIT
VISIT = 0;public static final EventType CUSTOM
CUSTOM = 1;public static final EventType VISITOR_ATTRIBUTES
VISITOR_ATTRIBUTES = 2;public static final EventType LOGIN_USER_ATTRIBUTES
LOGIN_USER_ATTRIBUTES = 3;public static final EventType CONVERSION_VARIABLES
CONVERSION_VARIABLES = 4;public static final EventType APP_CLOSED
APP_CLOSED = 5;public static final EventType PAGE
PAGE = 6;public static final EventType PAGE_ATTRIBUTES
PAGE_ATTRIBUTES = 7;public static final EventType VIEW_CLICK
VIEW_CLICK = 8;public static final EventType VIEW_CHANGE
VIEW_CHANGE = 9;public static final EventType FORM_SUBMIT
FORM_SUBMIT = 10;public static final EventType UNRECOGNIZED
public static final int VISIT_VALUE
VISIT = 0;public static final int CUSTOM_VALUE
CUSTOM = 1;public static final int VISITOR_ATTRIBUTES_VALUE
VISITOR_ATTRIBUTES = 2;public static final int LOGIN_USER_ATTRIBUTES_VALUE
LOGIN_USER_ATTRIBUTES = 3;public static final int CONVERSION_VARIABLES_VALUE
CONVERSION_VARIABLES = 4;public static final int APP_CLOSED_VALUE
APP_CLOSED = 5;public static final int PAGE_VALUE
PAGE = 6;public static final int PAGE_ATTRIBUTES_VALUE
PAGE_ATTRIBUTES = 7;public static final int VIEW_CLICK_VALUE
VIEW_CLICK = 8;public static final int VIEW_CHANGE_VALUE
VIEW_CHANGE = 9;public static final int FORM_SUBMIT_VALUE
FORM_SUBMIT = 10;public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static EventType valueOf(int value)
forNumber(int) instead.public static EventType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<EventType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static EventType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022. All rights reserved.