ReadRecordsRequestUsingIds.Builder.AddId(String) Method
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.
Add an UUID to the read request.
[Android.Runtime.Register("addId", "(Ljava/lang/String;)Landroid/health/connect/ReadRecordsRequestUsingIds$Builder;", "", ApiSince=34)]
public Android.Health.Connect.ReadRecordsRequestUsingIds.Builder AddId(string id);
[<Android.Runtime.Register("addId", "(Ljava/lang/String;)Landroid/health/connect/ReadRecordsRequestUsingIds$Builder;", "", ApiSince=34)>]
member this.AddId : string -> Android.Health.Connect.ReadRecordsRequestUsingIds.Builder
Parameters
- id
- String
Identifier generated by the platform and returned by HealthConnectManager.insertRecords This value cannot be null.
Returns
- Attributes
Remarks
Add an UUID to the read request.
The maximum number of ids in a single ReadRecordsRequestUsingIds that Health Connect accepts is 5000. The limit includes all ids and clientIds.
Android reference for android.health.connect.ReadRecordsRequestUsingIds.Builder.addId.
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.