Condividi tramite


OnObbStateChangeListener.Unmounted Campo

Definizione

Attenzione

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

Il contenitore OBB è ora smontato e non utilizzabile.

[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

Valore del campo

Value = 2
Attributi

Commenti

Il contenitore OBB è ora smontato e non utilizzabile. Restituito nei messaggi di stato dalle chiamate effettuate tramite StorageManager

Documentazione java per android.os.storage.OnObbStateChangeListener.UNMOUNTED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a