AppWidgetProviderInfo.WidgetFeatureConfigurationOptional Campo

Definição

Cuidado

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

O widget fornece uma configuração padrão.

[Android.Runtime.Register("WIDGET_FEATURE_CONFIGURATION_OPTIONAL", ApiSince=31)]
[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 WidgetFeatureConfigurationOptional = 4;
[<Android.Runtime.Register("WIDGET_FEATURE_CONFIGURATION_OPTIONAL", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Appwidget.WidgetFeatures enum directly instead of this field.", true)>]
val mutable WidgetFeatureConfigurationOptional : Android.Appwidget.WidgetFeatures

Valor do campo

Value = 4

Implementações

Atributos

Comentários

O widget fornece uma configuração padrão. O host pode optar por não iniciar a atividade de configuração fornecida.

Java documentação para android.appwidget.AppWidgetProviderInfo.WIDGET_FEATURE_CONFIGURATION_OPTIONAL.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a