- getAPI(Context, String) - Static method in class com.mobilyzer.api.API
-
Actual method to get the singleton API object
- getAuthenticateAccount() - Method in class com.mobilyzer.api.API
-
Get current authenticate account used by scheduler
- getBatteryThreshold() - Method in class com.mobilyzer.api.API
-
Get current battery threshold of the scheduler.
- getCheckinInterval() - Method in class com.mobilyzer.api.API
-
Get current checkin interval of the scheduler.
- getDataUsage() - Method in class com.mobilyzer.api.API
-
Get current data usage of the scheduler.
- getMeasurementNames() - Static method in class com.mobilyzer.api.API
-
Gets the currently available measurement descriptions
- getTaskStatus(String) - Method in class com.mobilyzer.api.API
-
Get current status of that task.
- getTypeForMeasurementName(String) - Static method in class com.mobilyzer.api.API
-
Get the type of a measurement based on its name.