AppWidgetProviderInfo.WidgetFeatureHideFromPicker Campo

Definición

Precaución

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

La aplicación agrega directamente el widget y el host puede ocultar este widget al proporcionar al usuario la lista de widgets disponibles entre los que elegir.

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

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

La aplicación agrega directamente el widget y el host puede ocultar este widget al proporcionar al usuario la lista de widgets disponibles entre los que elegir.

Java documentación para android.appwidget.AppWidgetProviderInfo.WIDGET_FEATURE_HIDE_FROM_PICKER.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a