SystemHealthManager.GpuHeadroomMinIntervalMillis Property

Definition

Gets minimum polling interval for calling #getGpuHeadroom(GpuHeadroomParams) in milliseconds.

public virtual long GpuHeadroomMinIntervalMillis { [Android.Runtime.Register("getGpuHeadroomMinIntervalMillis", "()J", "GetGetGpuHeadroomMinIntervalMillisHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getGpuHeadroomMinIntervalMillis", "()J", "GetGetGpuHeadroomMinIntervalMillisHandler", ApiSince=36)>]
member this.GpuHeadroomMinIntervalMillis : int64

Property Value

Attributes

Remarks

Gets minimum polling interval for calling #getGpuHeadroom(GpuHeadroomParams) in milliseconds.

The #getGpuHeadroom(GpuHeadroomParams) API may return cached result if called more frequent than the interval.

Java documentation for android.os.health.SystemHealthManager.getGpuHeadroomMinIntervalMillis().

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