MoveAssistanceCallStatus
A callback status for an initiated Assistance Call.
enum class MoveAssistanceCallStatus {
SUCCESS,
INITIALIZATION_ERROR,
LOCATION_ERROR,
NETWORK_ERROR
}enum MoveAssistanceCallStatus {
case success
case initializationError
case locationError
case networkError
}MoveAssistanceCallStatus
success
The call was successfully sent
initializationError
The call could not be sent due to missing configuration.
locationError
The call could not be sent due to missing location.
networkError
The call could not be sent due to network issues.
Last updated