maxDaysToPersist property

int? maxDaysToPersist
final

Maximum number of days to store a geolocation in SDK's SQLite database.

When your server fails to respond with HTTP 200 OK, the SDK will continue periodically attempting to upload to your server server until maxDaysToPersist when it will give up and remove the location from the database.

Implementation

final int? maxDaysToPersist;