StorageVolume.State Proprietà

Definizione

Restituisce lo stato corrente del volume.

public string? State { [Android.Runtime.Register("getState", "()Ljava/lang/String;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getState", "()Ljava/lang/String;", "", ApiSince=24)>]
member this.State : string

Valore della proprietà

uno di Environment#MEDIA_UNKNOWN, Environment#MEDIA_REMOVED, Environment#MEDIA_UNMOUNTEDEnvironment#MEDIA_CHECKING, Environment#MEDIA_NOFS, Environment#MEDIA_MOUNTED, Environment#MEDIA_MOUNTED_READ_ONLY, Environment#MEDIA_SHARED, , Environment#MEDIA_BAD_REMOVALo Environment#MEDIA_UNMOUNTABLE.

Attributi

Commenti

Restituisce lo stato corrente del volume.

per android.os.storage.StorageVolume.getState().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a