SetValueResult.ResultDisabled Campo

Definición

Precaución

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

La preferencia solicitada está deshabilitada, por lo que no se puede establecer en este estado.

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

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

La preferencia solicitada está deshabilitada, por lo que no se puede establecer en este estado.

El reintento puede realizarse correctamente si cambian las condiciones subyacentes.

Java documentación para android.service.settings.preferences.SetValueResult.RESULT_DISABLED.

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