Share via


CpuHeadroomParams.GetTids Method

Definition

Gets the TIDs to track.

[Android.Runtime.Register("getTids", "()[I", "", ApiSince=36)]
public int[] GetTids();
[<Android.Runtime.Register("getTids", "()[I", "", ApiSince=36)>]
member this.GetTids : unit -> int[]

Returns

Int32[]
Attributes

Remarks

Gets the TIDs to track.

This will return a copy of the TIDs in the params, or null if the params is not set.

Java documentation for android.os.CpuHeadroomParams.getTids().

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