We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I tried the health-connect codelab example. But I didn't solve this error.
None of the following functions can be called with the arguments supplied: public constructor ExerciseSessionRecord(startTime: Instant, startZoneOffset: ZoneOffset?, endTime: Instant, endZoneOffset: ZoneOffset?, exerciseType: Int, title: String? = ..., notes: String? = ..., metadata: Metadata = ..., segments: List = ..., laps: List = ..., exerciseRoute: ExerciseRoute? = ..., plannedExerciseSessionId: String? = ...) defined in androidx.health.connect.client.records.ExerciseSessionRecord internal constructor ExerciseSessionRecord(startTime: Instant, startZoneOffset: ZoneOffset?, endTime: Instant, endZoneOffset: ZoneOffset?, exerciseType: Int, title: String? = ..., notes: String? = ..., metadata: Metadata = ..., segments: List = ..., laps: List = ..., exerciseRouteResult: ExerciseRouteResult = ..., plannedExerciseSessionId: String? = ...) defined in androidx.health.connect.client.records.ExerciseSessionRecord
Appreciate any suggestions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I tried the health-connect codelab example. But I didn't solve this error.
None of the following functions can be called with the arguments supplied:
public constructor ExerciseSessionRecord(startTime: Instant, startZoneOffset: ZoneOffset?, endTime: Instant, endZoneOffset: ZoneOffset?, exerciseType: Int, title: String? = ..., notes: String? = ..., metadata: Metadata = ..., segments: List = ..., laps: List = ..., exerciseRoute: ExerciseRoute? = ..., plannedExerciseSessionId: String? = ...) defined in androidx.health.connect.client.records.ExerciseSessionRecord
internal constructor ExerciseSessionRecord(startTime: Instant, startZoneOffset: ZoneOffset?, endTime: Instant, endZoneOffset: ZoneOffset?, exerciseType: Int, title: String? = ..., notes: String? = ..., metadata: Metadata = ..., segments: List = ..., laps: List = ..., exerciseRouteResult: ExerciseRouteResult = ..., plannedExerciseSessionId: String? = ...) defined in androidx.health.connect.client.records.ExerciseSessionRecord
Appreciate any suggestions.
The text was updated successfully, but these errors were encountered: