Enumeration ZendriveCallbackEventKind

Enumeration Members

ON_ACCIDENT: "on-accident"
ON_ACTIVITY_APPROVED: "on-activity-approved"

ios only

ON_ACTIVITY_DENIED: "on-activity-denied"

ios only

ON_BOOT_COMPLETED: "on-boot-completed"

Android only This event is sent when android completes a boot. This callbacks should be used for setting up Zendrive after boot.

ON_DRIVE_ANALYZED: "on-drive-analyzed"
ON_DRIVE_END: "on-drive-end"
ON_DRIVE_RESUME: "on-drive-resume"
ON_DRIVE_START: "on-drive-start"
ON_LOCATION_APPROVED: "on-location-approved"

ios only

ON_LOCATION_DENIED: "on-location-denied"

ios only

ON_MY_PACKAGE_REPLACED: "on-my-package-replaced"

Android only This event is sent when your application package is replaced on the device. This callbacks should be used for setting up Zendrive after app upgrade.

ON_POTENTIAL_ACCIDENT: "on-potential-accident"
ON_SETTINGS_CHANGED: "on-settings-changed"

Android only This event is sent when android sdk detects changes in settings that might limit the normal working of the sdk.