SetValueResult.ResultInternalError 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.

Error en la llamada API debido a un problema con el enlace de servicio.

[Android.Runtime.Register("RESULT_INTERNAL_ERROR", 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 ResultInternalError = 9;
[<Android.Runtime.Register("RESULT_INTERNAL_ERROR", 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 ResultInternalError : Android.Service.Settings.Preferences.SetValueResultType

Valor de campo

Value = 9

Implementaciones

Atributos

Comentarios

Error en la llamada API debido a un problema con el enlace de servicio.

El reintento puede realizarse correctamente.

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

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