| Enum Constant and Description |
|---|
v0
Used for Hermes Checkout
|
v1
v1 wallet
|
v2
v2 wallet
|
v3
v3 browser switch consent
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
getProtocol(java.lang.String protocol) |
java.lang.String |
getVersion() |
static Protocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol v0
public static final Protocol v1
public static final Protocol v2
public static final Protocol v3
public static Protocol[] values()
for (Protocol c : Protocol.values()) System.out.println(c);
public static Protocol valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getVersion()
public static Protocol getProtocol(java.lang.String protocol)