HealthConnectManager.ActionRequestExerciseRoute Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.