public class ZendriveState extends Object
Modifier and Type | Field and Description |
---|---|
ZendriveShiftDetail |
businessHours
Current business hours shift details.
|
boolean |
isDriveInProgress
Is the SDK currently tracking a drive in progress?
|
boolean |
isForegroundService
Is the SDK currently running as a foreground service?
|
Long |
pausedTillTimestamp
Current value of resumedAtTimestamp.
|
ZendriveConfiguration |
zendriveConfiguration
The current configuration of the SDK.
|
Constructor and Description |
---|
ZendriveState() |
public ZendriveConfiguration zendriveConfiguration
public boolean isForegroundService
public boolean isDriveInProgress
public Long pausedTillTimestamp
public ZendriveShiftDetail businessHours