public static enum OrgUIEntity.LocationTrackingConfig extends java.lang.Enum<OrgUIEntity.LocationTrackingConfig>
OrgUIEntity.LocationTrackingConfig.
NONE = badges can be opened and used regardless of
Location Services configuration. Unless Location Services are Off, location data is
logged with each active MicroStrategy Badge request or if the app is in the foreground.
Telemetry data is not collected if the app is in the background regardless of Location
Services configuration.WHILE_IN_USE = badges can be opened and used as long as
Location Services are not off. Location data is logged with each active MicroStrategy Badge
request or if the app is in the foreground. Telemetry data is not collected if the app is in
the background regardless of Location Services configuration.ALWAYS = badges can only be opened and used if Location
Services on the device are configured to On or Always On. Location data is logged with
each active MicroStrategy Badge request. Telemetry information is collected if the app is in
both background and foreground| Enum Constant and Description |
|---|
ALWAYS
Badges can only be opened and used if Location Services on the device are configured to
On or Always On
|
NONE
Badges can be opened and used regardless of Location Services configuration
|
WHILE_IN_USE
Badges can be opened and used as long as Location Services are not off
|
| Modifier and Type | Method and Description |
|---|---|
static OrgUIEntity.LocationTrackingConfig |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrgUIEntity.LocationTrackingConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrgUIEntity.LocationTrackingConfig NONE
public static final OrgUIEntity.LocationTrackingConfig WHILE_IN_USE
public static final OrgUIEntity.LocationTrackingConfig ALWAYS
public static OrgUIEntity.LocationTrackingConfig[] values()
for (OrgUIEntity.LocationTrackingConfig c : OrgUIEntity.LocationTrackingConfig.values()) System.out.println(c);
public static OrgUIEntity.LocationTrackingConfig 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