BroadcastReceiverEvent
Common Event Data
Attribute |
Type |
Default |
Required |
Description |
tripId |
String |
|
Yes |
Trip id |
sessionId |
String |
|
Yes |
The session ID of the application and Drive Motion SDK |
time |
Date |
|
Yes |
Broadcast event time |
TNDriveStartEvent
Attribute |
Type |
Default |
Required |
Description |
location |
TNLocation |
|
Yes |
Trip start location |
TNDriveEndEvent
Attribute |
Type |
Default |
Required |
Description |
location |
TNLocation |
|
Yes |
Trip end location |
isValidTrip |
Bool |
|
Yes |
Is trip valid |
TNDriveEvent
Attribute |
Type |
Default |
Required |
Description |
event |
DMEvent |
|
Yes |
Drive safety event |
TNDriveScoreEvent
Attribute |
Type |
Default |
Required |
Description |
liveTrip |
TNLiveTrip |
|
Yes |
Current live trip info with new score |
TNDriveAnalyzedEvent
Attribute |
Type |
Default |
Required |
Description |
trip |
TNTrip |
|
Yes |
End trip info |
Application-Level Notification
Name |
Description |
sendTelematicsStatus |
Send the telematics permission status from integrator to cloud. |
Please check DriveMotionAnalytics Guides for the structure of the data model.