TripLocationUpdatesStartResult:
    | "SUCCESS"
    | "NO_USER"
    | "INVALID_INTERVAL"
    | "FEATURE_IS_NOT_AVAILABLE"

The result of attempting to start receiving trip location updates via SentianceEventTimeline.startReceivingTripLocationUpdates.

  • SUCCESS: Successfully started delivering updates.
  • NO_USER: No Sentiance user on the device.
  • INVALID_INTERVAL: The provided interval is less than 1 second.
  • FEATURE_IS_NOT_AVAILABLE: This feature is not available.