OnObbStateChangeListener.Unmounted Поле

Определение

Внимание!

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

Контейнер OBB теперь отключен и недоступен для использования.

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

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

Value = 2
Атрибуты

Комментарии

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

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

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

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