Share via


SurfaceControl.JankData.JankType Property

Definition

Returns the bitmask indicating the types of jank observed.

public virtual int JankType { [Android.Runtime.Register("getJankType", "()I", "GetGetJankTypeHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getJankType", "()I", "GetGetJankTypeHandler", ApiSince=36)>]
member this.JankType : int

Property Value

the jank type bitmask

Attributes

Remarks

Returns the bitmask indicating the types of jank observed.

Java documentation for android.view.SurfaceControl.JankData.getJankType().

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