Instance Methods | |
(void) | - logSingleLocation |
Properties | |
BOOL | enableLocationTracking |
BOOL | enableGeofences |
BOOL | disableAutomaticGeofenceRequests |
- (void) logSingleLocation |
Calling this method will log a location using the regular location provider if a location is reported in under 60 seconds. After 60 seconds expires the regular location provider will stop collecting location.
|
readatomicassign |
Use ABKDisableAutomaticGeofenceRequestsKey to disable automatic geofence requests. For more information, please refer to requestGeofencesWithLongitude:latitude: in Appboy.h
|
readatomicassign |
Use ABKEnableGeofencesKey to enable geofences. For more information, please refer to Appboy.h.
|
readatomicassign |
Use ABKEnableAutomaticLocationCollectionKey to enable automatic location tracking. For more information, please refer to Appboy.h.