Enum UseInBackground

Package world.mappable.mapkit.location

java.lang.Object
    ↳ java.lang.Enum
        ↳ world.mappable.mapkit.location.UseInBackground

final enum UseInBackground

If UseInBackground is Allow then the 'location' flag must be set in 'UIBackgroundModes' of the application.

Enum Constant Summary

Enum Constants

Description

ALLOW

DISALLOW

Summary

Methods

Type and modifiers

Method and Description

static UseInBackground[]

values()

static UseInBackground

valueOf(java.lang.String name)

Enum Constants Detail

ALLOW

static final

UseInBackground

ALLOW


DISALLOW

static final

UseInBackground

DISALLOW


Methods

values

UseInBackground[] values()


valueOf

UseInBackground valueOf(java.lang.String name)