public static enum DeviceLog.UnityAdsLogLevel extends java.lang.Enum<DeviceLog.UnityAdsLogLevel>
| Modifier and Type | Method and Description |
|---|---|
static DeviceLog.UnityAdsLogLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceLog.UnityAdsLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceLog.UnityAdsLogLevel INFO
public static final DeviceLog.UnityAdsLogLevel DEBUG
public static final DeviceLog.UnityAdsLogLevel WARNING
public static final DeviceLog.UnityAdsLogLevel ERROR
public static DeviceLog.UnityAdsLogLevel[] values()
for (DeviceLog.UnityAdsLogLevel c : DeviceLog.UnityAdsLogLevel.values()) System.out.println(c);
public static DeviceLog.UnityAdsLogLevel 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 null