Type alias ZendriveSettings

ZendriveSettings: {
    errors: ZendriveSettingError[];
    warnings: ZendriveSettingWarning[];
}

This class surfaces errors in device or application settings that affect SDK trip detection as well as warnings that may affect the normal functioning of the Zendrive SDK.

Type declaration

  • errors: ZendriveSettingError[]

    List of errors that must be resolved for trip detection to work correctly.

  • warnings: ZendriveSettingWarning[]

    List of warnings that may affect the normal functioning of the Zendrive SDK.