public final class Pattern extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Pattern.Builder |
Modifier and Type | Method and Description |
---|---|
static Pattern.Builder |
builder() |
boolean |
equals(Object o) |
InputEventActionType |
getAction()
Get action
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getActionAsString()
Get the underlying String value for action.
|
List<String> |
getColors()
A whitelist of colors that are eligible for this match.
|
List<String> |
getGadgetIds()
A whitelist of gadgetIds that are eligible for this match.
|
Integer |
getRepeat()
The number of times that the specified action must occur to be considered complete.
|
int |
hashCode() |
String |
toString() |
public static Pattern.Builder builder()
public List<String> getGadgetIds()
public List<String> getColors()
public InputEventActionType getAction()
public String getActionAsString()
public Integer getRepeat()
Copyright © 2023. All rights reserved.