Share via


HealthConnectManager.ActionRequestExerciseRoute Field

Definition

Activity action: Launch UI to share the route associated with an exercise session.

[Android.Runtime.Register("ACTION_REQUEST_EXERCISE_ROUTE", ApiSince=34)]
public const string ActionRequestExerciseRoute;
[<Android.Runtime.Register("ACTION_REQUEST_EXERCISE_ROUTE", ApiSince=34)>]
val mutable ActionRequestExerciseRoute : string

Field Value

Attributes

Remarks

Activity action: Launch UI to share the route associated with an exercise session.

Input: caller must provide `String` extra EXTRA_SESSION_ID

Result will be delivered via [Activity.onActivityResult] with `ExerciseRoute` EXTRA_EXERCISE_ROUTE.

Java documentation for android.health.connect.HealthConnectManager.ACTION_REQUEST_EXERCISE_ROUTE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to