Class | Description |
---|---|
AccidentInfo |
Information about an accident detected by the Zendrive SDK.
|
ActiveDriveInfo |
Information about the currently ongoing drive recorded by the Zendrive SDK.
|
AnalyzedDriveInfo |
Completely analyzed information about a drive recorded by the Zendrive SDK.
|
DriveInfo |
Information about a drive recorded by the Zendrive SDK.
|
DriveResumeInfo |
Information about a drive that was resumed in the Zendrive SDK.
|
DriveScore |
Driving Behaviour scores for a drive.
|
DriveStartInfo |
Information about a drive that was just started in the Zendrive SDK.
|
EstimatedDriveInfo |
Information about a drive recorded by the Zendrive SDK.
|
GooglePlayConnectionError |
This class represents an error that occurred when attempting to connect to google play services.
|
GooglePlaySettingsError |
This class represents an error associated with Google Play Services settings.
|
LocationPoint |
A geographic point location.
|
LocationPointWithTimestamp |
A location and the timestamp corresponding to the location.
|
Zendrive |
Zendrive class is the entry point into the Zendrive SDK.
|
ZendriveBroadcastReceiver |
A receiver to receive callbacks from the Zendrive SDK when interesting events occur or are
detected in the SDK.
|
ZendriveConfiguration |
The configuration to pass to Zendrive for
Zendrive.setup(android.content.Context, com.zendrive.sdk.ZendriveConfiguration, java.lang.Class<? extends com.zendrive.sdk.ZendriveBroadcastReceiver>, java.lang.Class<? extends com.zendrive.sdk.ZendriveNotificationProvider>, com.zendrive.sdk.ZendriveOperationCallback) . |
ZendriveDebugLogger |
This is an internal logger class that should not be initialized or used without
Zendrive's recommendation.
|
ZendriveDriverAttributes |
Additional attributes of a Zendrive driver.
|
ZendriveEvent |
Represents an interesting event detected by Zendrive during a drive.
|
ZendriveEvent.SpeedingInfo |
Extra information for a Speeding event.
|
ZendriveEventRatings |
Represents ratings associated with the various
event types for a trip. |
ZendriveExtrapolationDetails |
The extrapolation details of a drive.
|
ZendriveMockAccidentConfiguration |
The configuration to trigger a mock collision using
Zendrive.triggerMockAccident(android.content.Context, com.zendrive.sdk.ZendriveAccidentConfidence, com.zendrive.sdk.ZendriveOperationCallback) . |
ZendriveNotificationContainer |
Used to encapsulate a notification along with a notification ID.
|
ZendriveOperationResult |
A result of an operation performed on the Zendrive SDK.
|
ZendriveResolvableError |
This class represents any
ZendriveSettingError that impacts Zendrive SDK's normal
behaviour. |
ZendriveScannedBeaconInfo |
Information about the beacon scanned by the SDK.
|
ZendriveSettingError |
This class represent an error in application or device settings
that is affecting the ability of the SDK to detect trips.
|
ZendriveSettings |
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.
|
ZendriveSettingWarning |
This class represents a warning that may impact the normal functioning of the Zendrive SDK.
|
ZendriveShiftDetail |
Represents a shift comprising of shift intervals over the week.
|
ZendriveShiftInterval |
Represents a single business hour shift interval
|
ZendriveShiftTime |
The start and end time of the shift in a weekly schedule represented by the
dayOfWeek ,
hour and minutes . |
ZendriveState |
Represents the current state of the Zendrive SDK.
|
ZendriveVehicleInfo |
The vehicle information to pass to Zendrive for tagging the drives.
|
ZendriveVehicleTagging |
Applications which want to tag the drives with a vehicle of a driver may use these APIs.
|
ZendriveVehicleTaggingDetails |
The vehicle tagging details of a drive.
|
Enum | Description |
---|---|
DriveInfo.Warning |
Enum representing warnings detected for the current drive.
|
PhonePosition |
Position of the phone or device for the majority of the drive
|
ZendriveAccidentConfidence |
Indicates the confidence of the reported accident.
|
ZendriveBusinessHoursOperationResult |
The result of the refresh business hours operation.
|
ZendriveCollisionSeverity |
Indicates the severity of a collision reported by Zendrive.
|
ZendriveDayOfWeek |
Represents the day of of the week.
|
ZendriveDirectionOfImpact |
Indicates the direction of impact of a collision reported by Zendrive.
|
ZendriveDriveDetectionMode |
Dictates the functioning of Zendrive's drive detection.
|
ZendriveDriverAttributes.ServiceLevel |
Enumeration for different service levels supported by Zendrive for a driver.
|
ZendriveDriveType |
Type of drive recorded by the Zendrive SDK.
|
ZendriveErrorCode |
An error code that indicates the type of error that occured during a Zendrive SDK operation.
|
ZendriveEventSeverity |
Indicates the severity of a event reported by Zendrive.
|
ZendriveEventType |
Type of events that may be reported by the Zendrive SDK.
|
ZendriveInsurancePeriod |
The different insurance periods supported by the
ZendriveInsurance API. |
ZendriveInternalDriveTypePreview |
The internal drive type of the drive recorded by the Zendrive SDK.
|
ZendriveIssueType |
The type of a
ZendriveSettingError or ZendriveSettingWarning |
ZendrivePauseAutoTrackingReason |
Represents the pause reason for auto trip tracking.
|
ZendrivePauseAutoTrackingResult |
The result of SDK pause auto tracking operation.
|
ZendriveRegion |
The region (US/EU) will be taken as an optional input from the application in
ZendriveConfiguration.
|
ZendriveResumeAutoTrackingResult |
The result of resume auto tracking operation for trip start detection.
|
ZendriveStarRating |
Zendrive follows the star rating system, under which five star is defined as the best rating with
one star being the worst.
|
ZendriveTurnDirection |
Indicates the direction of the
ZendriveEventType.HARD_TURN event reported by Zendrive. |
ZendriveUserMode |
For a
Drive , whether the user was a driver or a passenger |
ZendriveVehicleTaggingOperationResult |
The result of a ZendriveVehicleTagging operation.
|
ZendriveVehicleType |
Type of vehicle used in the drive recorded by the Zendrive SDK.
|