Inherits from NSObject
Declared in ZendriveAccidentInfo.h

Overview

ZendriveAccidentInfo

Wrapper for meta-information related to an accident detected by the SDK.

Tasks

Properties

accidentId

A unique identifier of this accident.

@property (nonatomic, readonly, nonnull) NSString *accidentId

Declared In

ZendriveAccidentInfo.h

accidentLocation

The location of the accident.

@property (nonatomic, readonly, nonnull) ZendriveLocationPoint *accidentLocation

Declared In

ZendriveAccidentInfo.h

confidence

The confidence of detected accident.

@property (nonatomic, readonly) ZendriveAccidentConfidence confidence

Declared In

ZendriveAccidentInfo.h

driveId

The unique Id of drive during which the accident occured

@property (nonatomic, readonly, nonnull) NSString *driveId

Declared In

ZendriveAccidentInfo.h

sessionId

The session that was in progress when the accident occured, if a session was started in the SDK.

@property (nonatomic, readonly, nullable) NSString *sessionId

Declared In

ZendriveAccidentInfo.h

timestamp

The timestamp of the accident in milliseconds since epoch.

@property (nonatomic, readonly) long long timestamp

Declared In

ZendriveAccidentInfo.h

trackingId

The tracking id of the ongoing drive when the accident occured.

@property (nonatomic, readonly, nullable) NSString *trackingId

Declared In

ZendriveAccidentInfo.h