public static enum LocationService.LocationAwareness extends java.lang.Enum<LocationService.LocationAwareness>
Modifier and Type | Method and Description |
---|---|
static LocationService.LocationAwareness |
fromMoPubLocationAwareness(MoPub.LocationAwareness awareness)
Deprecated.
|
MoPub.LocationAwareness |
getNewLocationAwareness()
Deprecated.
|
static LocationService.LocationAwareness |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocationService.LocationAwareness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationService.LocationAwareness NORMAL
public static final LocationService.LocationAwareness TRUNCATED
public static final LocationService.LocationAwareness DISABLED
public static LocationService.LocationAwareness[] values()
for (LocationService.LocationAwareness c : LocationService.LocationAwareness.values()) System.out.println(c);
public static LocationService.LocationAwareness 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@Deprecated public MoPub.LocationAwareness getNewLocationAwareness()
@Deprecated public static LocationService.LocationAwareness fromMoPubLocationAwareness(MoPub.LocationAwareness awareness)