DriveMotionMonitorClient
DriveMotionMonitorClient mainly provides some monitor functions for trip upload status. developers must obtain DriveMotionMonitorClient after initializing DriveMotion.
Get DriveMotionMonitorClient
1 2 3 4 5 |
|
1 2 3 4 5 |
|
Use DriveMotionMonitorClient
DriveMotionMonitorClient provides some monitor functions for trip upload status.
Get Upload Progress Request
the GetUploadProgressRequest
will get the trip upload progress.
Build Request
1 |
|
1 |
|
Create a Call and execute it
Callback is a closure accepting response and error parameters.
1 2 3 4 5 6 7 8 9 10 11 12 |
|
1 2 3 4 5 6 7 8 9 |
|
Get Upload Success Timestamp
the GetUploadSuccessTimestampRequest
will get trip upload success timestamp.
Build Request
1 |
|
1 |
|
Create a Call and execute it
Callback is a closure accepting response and error parameters.
1 2 3 4 5 6 7 8 9 10 11 12 |
|
1 2 3 4 5 6 7 8 9 |
|