Share via


MediaQualityManager.ProfileQueryParams.AreParametersIncluded Method

Definition

Returns true if the parameters need to be included in query results.

[Android.Runtime.Register("areParametersIncluded", "()Z", "", ApiSince=36)]
public bool AreParametersIncluded();
[<Android.Runtime.Register("areParametersIncluded", "()Z", "", ApiSince=36)>]
member this.AreParametersIncluded : unit -> bool

Returns

Attributes

Remarks

Returns true if the parameters need to be included in query results. false otherwise.

Java documentation for android.media.quality.MediaQualityManager.ProfileQueryParams.areParametersIncluded().

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