AppWidgetProviderInfo.WidgetCategoryKeyguard Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Appwidget.AppWidgetCategory enum directly instead of this field.

Gibt an, dass das Widget auf der Keyguard angezeigt werden kann.

[Android.Runtime.Register("WIDGET_CATEGORY_KEYGUARD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Appwidget.AppWidgetCategory enum directly instead of this field.", true)]
public const Android.Appwidget.AppWidgetCategory WidgetCategoryKeyguard = 2;
[<Android.Runtime.Register("WIDGET_CATEGORY_KEYGUARD")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Appwidget.AppWidgetCategory enum directly instead of this field.", true)>]
val mutable WidgetCategoryKeyguard : Android.Appwidget.AppWidgetCategory

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Gibt an, dass das Widget auf der Keyguard angezeigt werden kann.

Java Dokumentation für android.appwidget.AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: