public enum StandardMaps extends Enum<StandardMaps>
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
standardAdditionalEventParameters() |
static Map<String,String> |
standardEventParameters(@NotNull String appVersion) |
static Map<String,String> |
standardUserProperties() |
static StandardMaps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardMaps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static StandardMaps[] values()
for (StandardMaps c : StandardMaps.values()) System.out.println(c);
public static StandardMaps 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 static Map<String,String> standardEventParameters(@NotNull @NotNull String appVersion)
public static Map<String,String> standardAdditionalEventParameters()
Copyright © 2020. All rights reserved.