MoveAssistanceCallStatus

A callback status for an initiated Assistance Call.

enum class MoveAssistanceCallStatus {
    SUCCESS,
    INITIALIZATION_ERROR,
    LOCATION_ERROR, // Deprecated with v2.3+
    NETWORK_ERROR
}

MoveAssistanceCallStatus

success

The call was successfully sent

initializationError

The call could not be sent because MoveDetectionService.AssistanceCall is unauthorised. (see MoveConfig)

locationError

The call could not be sent due to missing location. Deprecated with v2.3+

networkError

The call could not be sent due to network issues.

Last updated