Language

MatchmakingRequest.Builder.Build Method

Definition

Builds the MatchmakingRequest instance.

[Android.Runtime.Register("build", "()Landroid/health/connect/MatchmakingRequest;", "", ApiSince=37)]
public Android.Health.Connect.MatchmakingRequest Build();
[<Android.Runtime.Register("build", "()Landroid/health/connect/MatchmakingRequest;", "", ApiSince=37)>]
member this.Build : unit -> Android.Health.Connect.MatchmakingRequest

Returns

A new instance of MatchmakingRequest. This value cannot be null.

Attributes

Remarks

Builds the MatchmakingRequest instance.

By default, MatchmakingRequest.Builder().build() creates a request with an empty set of record types, included and excluded data sources. See description at HealthConnectManager.createMatchmakingIntent(MatchmakingRequest).

Android reference for android.health.connect.MatchmakingRequest.Builder.build.

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