public interface TaskLocationTrackerInterface
extends java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
applySettings(org.json.JSONObject locationServices) |
void |
invalidate() |
boolean |
isComplete() |
boolean |
isProcessing() |
void |
markProcessing() |
void |
onActivityResume() |
void |
stop(boolean clearPersistedData) |
void stop(boolean clearPersistedData)
void onActivityResume()
void applySettings(org.json.JSONObject locationServices)
void invalidate()
boolean isComplete()
boolean isProcessing()
void markProcessing()