SettingsPreferenceMetadata.ExpectPostConfirmation Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Service.Settings.Preferences.SettingsPreferenceMetadataType enum directly instead of this field.

Indica che la preferenza è leggermente sensibile alla scrittura.

[Android.Runtime.Register("EXPECT_POST_CONFIRMATION", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Settings.Preferences.SettingsPreferenceMetadataType enum directly instead of this field.", true)]
public const Android.Service.Settings.Preferences.SettingsPreferenceMetadataType ExpectPostConfirmation = 1;
[<Android.Runtime.Register("EXPECT_POST_CONFIRMATION", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Settings.Preferences.SettingsPreferenceMetadataType enum directly instead of this field.", true)>]
val mutable ExpectPostConfirmation : Android.Service.Settings.Preferences.SettingsPreferenceMetadataType

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Indica che la preferenza è leggermente sensibile alla scrittura.

Oltre alle autorizzazioni necessarie, dopo aver scritto il relativo valore, all'utente deve essere assegnata l'opzione di ripristino.

per android.service.settings.preferences.SettingsPreferenceMetadata.EXPECT_POST_CONFIRMATION.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a