Listeners/Callbacks
MOVE Models
SDK State Listener
Triggers whenever the MoveSDKState changes.
Set an MOVE SDK State listener usingsdkStateListener
(Android/iOS) API to anticipate handling the MOVE SDK State changes, start detection services when MoveSDKState is .ready
or handle.error
if occurred.
Parameter
Auth State Update Listener
Triggers whenever the MoveAuthState changes.
Authentication Expiry
The host app is expected to monitor MoveAuthState updates via authStateUpdateListener
API and handle those changes accordingly.
Check Authentication updates and expiry for more details about authentication expiry and renewal.
Parameter
Trip State Listener
Triggers whenever the MoveTripState changes.
Parameter
Trip Metadata Provider
Triggers whenever a trip is ending, for the host app to append metadata along with that trip if needed.
Parameter
start/tripStart
Long/Date
Trip start timestamp/date.
end/tripEnd
Long/Date
Trip end timestamp/date.
Return
A String dictionary of the trip's metadata.
Device Status Callback
Triggers whenever MoveDeviceStatus changes.
Parameter
Service Failure Callback
Triggers whenever MoveServiceFailures change.
Parameter
Service Warning Callback
Triggers whenever MoveServiceWarnings change.
Parameter
Initialization Listener
Represents the potential errors occurring when updating the MoveAuth.
Parameter
error
An error to notify when the configuration could
not be loaded from the server.
Log Callback
Triggers whenever a new log event occurs.
Parameter
log
String
New log event.
value
String
Log value.
Last updated