public class AbstractBackendHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractBackendHelper.State |
| Modifier and Type | Field and Description |
|---|---|
protected android.content.Context |
context |
protected boolean |
currentDataUsed |
protected AbstractBackendHelper.State |
state |
static java.lang.String |
TAG |
| Constructor and Description |
|---|
AbstractBackendHelper(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getRequiredPermissions() |
void |
onClose()
Call this in
AbstractBackendService.onClose(). |
void |
onOpen()
Call this in
AbstractBackendService.onOpen(). |
void |
onUpdate()
Call this in
LocationBackendService.update(). |
public static final java.lang.String TAG
protected final android.content.Context context
protected AbstractBackendHelper.State state
protected boolean currentDataUsed
public AbstractBackendHelper(android.content.Context context)
public void onOpen()
AbstractBackendService.onOpen().public void onClose()
AbstractBackendService.onClose().public void onUpdate()
LocationBackendService.update().public java.lang.String[] getRequiredPermissions()