Share via


OnObbStateChangeListener.ErrorInternal Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.OS.Storage.ObbError enum directly instead of this field.

Se encontró un error interno del sistema al intentar montar el OBB.

[Android.Runtime.Register("ERROR_INTERNAL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.ObbError enum directly instead of this field.", true)]
public const Android.OS.Storage.ObbError ErrorInternal = 20;
[<Android.Runtime.Register("ERROR_INTERNAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Storage.ObbError enum directly instead of this field.", true)>]
val mutable ErrorInternal : Android.OS.Storage.ObbError

Valor de campo

Value = 20
Atributos

Comentarios

Se encontró un error interno del sistema al intentar montar el OBB. Se devuelve en los mensajes de estado de las llamadas realizadas a través de StorageManager

Documentación de Java para android.os.storage.OnObbStateChangeListener.ERROR_INTERNAL.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a