AppJankStats.WidgetCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the category that the widget's functionality generally falls into, or
#WIDGET_CATEGORY_UNSPECIFIED
if no value was passed in.
public string WidgetCategory { [Android.Runtime.Register("getWidgetCategory", "()Ljava/lang/String;", "", ApiSince=36)] [Android.Runtime.StringDef(Fields=new System.String[] { "WidgetCategoryUnspecified", "WidgetCategoryScroll", "WidgetCategoryAnimation", "WidgetCategoryMedia", "WidgetCategoryNavigation", "WidgetCategoryKeyboard", "WidgetCategoryOther" }, Type="Android.App.Jank.AppJankStats")] get; }
[<get: Android.Runtime.Register("getWidgetCategory", "()Ljava/lang/String;", "", ApiSince=36)>]
[<get: Android.Runtime.StringDef(Fields=new System.String[] { "WidgetCategoryUnspecified", "WidgetCategoryScroll", "WidgetCategoryAnimation", "WidgetCategoryMedia", "WidgetCategoryNavigation", "WidgetCategoryKeyboard", "WidgetCategoryOther" }, Type="Android.App.Jank.AppJankStats")>]
member this.WidgetCategory : string
Property Value
the category that the widget's functionality generally falls into, this value cannot be null.
- Attributes
Remarks
Returns the category that the widget's functionality generally falls into, or #WIDGET_CATEGORY_UNSPECIFIED
if no value was passed in.
Java documentation for android.app.jank.AppJankStats.getWidgetCategory()
.
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.