SetValueResult.ResultUnavailable 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 no está disponible actualmente, probablemente debido al estado del dispositivo o al estado de una dependencia.

[Android.Runtime.Register("RESULT_UNAVAILABLE", 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 ResultUnavailable = 4;
[<Android.Runtime.Register("RESULT_UNAVAILABLE", 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 ResultUnavailable : Android.Service.Settings.Preferences.SetValueResultType

Valor de campo

Value = 4

Implementaciones

Atributos

Comentarios

La preferencia no está disponible actualmente, probablemente debido al estado del dispositivo o al estado de una dependencia.

El reintento puede realizarse correctamente si cambian las condiciones subyacentes.

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

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