Type alias ZendriveState

ZendriveState: {
    isDriveInProgress: boolean;
    isForegroundService: boolean;
    zendriveConfiguration: ZendriveConfiguration;
}

Represents the current state of the Zendrive SDK.

Type declaration

  • isDriveInProgress: boolean

    Is the SDK currently tracking a drive in progress?

  • isForegroundService: boolean

    Is the SDK currently running as a foreground service?

  • zendriveConfiguration: ZendriveConfiguration

    The current configuration of the SDK.