public enum TriggerEventType extends Enum<TriggerEventType>
Enum Constant and Description |
---|
BUTTONDOWN |
BUTTONUP |
NONE |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static TriggerEventType |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TriggerEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerEventType BUTTONDOWN
public static final TriggerEventType BUTTONUP
public static final TriggerEventType NONE
public static final TriggerEventType UNKNOWN_TO_SDK_VERSION
public static TriggerEventType[] values()
for (TriggerEventType c : TriggerEventType.values()) System.out.println(c);
public static TriggerEventType 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 String getValue()
public String toString()
toString
in class Enum<TriggerEventType>
public static TriggerEventType fromValue(String text)
Copyright © 2023. All rights reserved.