AppJankStats.WidgetId Property

Definition

Returns the id of the widget that reported state changes.

public string WidgetId { [Android.Runtime.Register("getWidgetId", "()Ljava/lang/String;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getWidgetId", "()Ljava/lang/String;", "", ApiSince=36)>]
member this.WidgetId : string

Property Value

the id of the widget that reported state changes. This value cannot be null.

Attributes

Remarks

Returns the id of the widget that reported state changes.

Java documentation for android.app.jank.AppJankStats.getWidgetId().

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