ZendriveAccidentInfo Class Reference
Inherits from | NSObject |
Declared in | ZendriveAccidentInfo.h |
Overview
ZendriveAccidentInfo
Wrapper for meta-information related to an accident detected by the SDK.
Tasks
-
driveId
property -
accidentLocation
property -
timestamp
property -
sessionId
property -
trackingId
property -
confidence
property -
accidentId
property
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
See Also
Declared In
ZendriveAccidentInfo.h
timestamp
The timestamp of the accident in milliseconds since epoch.
@property (nonatomic, readonly) long long timestamp
Declared In
ZendriveAccidentInfo.h