maxDaysToPersist property
Maximum number of days to store a geolocation in plugin's SQLite database.
When your server fails to respond with HTTP 200 OK
, the plugin 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
int? maxDaysToPersist;