Language

MatchmakingRequest.ExcludedDataSources Property

Definition

Returns the Set of DataOrigins to exclude from the matchmaking.

public System.Collections.Generic.ICollection<Android.Health.Connect.DataTypes.DataOrigin> ExcludedDataSources { [Android.Runtime.Register("getExcludedDataSources", "()Ljava/util/Set;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getExcludedDataSources", "()Ljava/util/Set;", "", ApiSince=37)>]
member this.ExcludedDataSources : System.Collections.Generic.ICollection<Android.Health.Connect.DataTypes.DataOrigin>

Property Value

Attributes

Remarks

Returns the Set of DataOrigins to exclude from the matchmaking.

Android reference for android.health.connect.MatchmakingRequest.getExcludedDataSources.

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