Interface | Description |
---|---|
ZendriveNotificationProvider |
An instance of this is passed to the Zendrive SDK in the
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)
method. |
ZendriveOperationCallback |
Callback that is used for asynchronous Zendrive calls.
|
ZendriveSettingsCallback |
The callback returned to the application as a result of a call to
Zendrive.getZendriveSettings(Context, ZendriveSettingsCallback) . |
ZendriveSetupCallback | Deprecated
This is replaced by
ZendriveOperationCallback now. |
ZendriveStateCallback |
The callback returned to the application as a result of a call to
Zendrive.getZendriveState(Context, ZendriveStateCallback) . |
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) . |
ZendriveDriverAttributes |
Additional attributes of a Zendrive driver.
|
ZendriveEvent |
Represents an interesting event detected by Zendrive during a drive.
|
ZendriveEventRatings |
Represents ratings associated with the various
event types for a trip. |
ZendriveNotificationContainer |
Used to encapsulate a notification along with a notification ID.
|
ZendriveOperationResult |
A result of an operation performed on the Zendrive 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.
|
ZendriveState |
Represents the current state of the Zendrive SDK.
|
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.
|
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. |
ZendriveIssueType |
The type of a
ZendriveSettingError or ZendriveSettingWarning |
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 |