Smart1TrackerConfig
data class Smart1TrackerConfig(val reportTrackingTimeIntervalInMillis: Long, val inOutPortOnActiveOrderValidationTimeIntervalInMillis: Long, val skipReportTrackingIfGPSIsDisabled: Boolean = false)
Smart1TrackerConfig is a class that contains the configuration for the Smart1Tracker
Properties
Link copied to clipboard
Long The time interval in milliseconds to control how often should the tracker check if the user is in or out of a port when there is an active order.
Link copied to clipboard
Long The time interval in milliseconds to control how often should the tracker collect and send data to the server.
Link copied to clipboard
Boolean If true, the tracker will not send data to the server if the GPS is disabled.