MoveAssistanceCallStatus

A callback status for an initiated Assistance Call.

enum class MoveAssistanceCallStatus {
    SUCCESS,
    INITIALIZATION_ERROR,
    LOCATION_ERROR,
    NETWORK_ERROR
}

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

Change request #70: add MoveSdkAndroidConfig model