OnObbStateChangeListener.ErrorInternal Поле

Определение

Внимание!

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

При попытке подключения 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

Значение поля

Value = 20
Атрибуты

Комментарии

При попытке подключения OBB возникла внутренняя системная ошибка. Возвращается в сообщениях о состоянии из вызовов, выполненных через StorageManager

Документация по Java для android.os.storage.OnObbStateChangeListener.ERROR_INTERNAL.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к