StartTripFailureReason
Represents the failure reason.
NO_USER
No Sentiance user is present on device. Call Sentiance#createUser(UserCreationOptions) to create a user.
DETECTIONS_DISABLED
Detections are disabled. Enable them first before starting a trip. See Sentiance#enableDetections()
DETECTIONS_BLOCKED
Detections are enabled but not running. Check the SDK's status to find out why. see StartTripError#getSdkStatus()
TRIP_ALREADY_STARTED
An external trip is already started. To start a new trip, call Sentiance#stopTrip()
first.
USER_DISABLED_REMOTELY
The user is disabled remotely.
Last updated