SetValueResult.ResultInternalError Campo
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 = 9Implementaciones
- 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.