StorageVolume.ExtraStorageVolume Field

Definition

Name of the Parcelable extra in the Intent#ACTION_MEDIA_REMOVED, Intent#ACTION_MEDIA_UNMOUNTED, Intent#ACTION_MEDIA_CHECKING, Intent#ACTION_MEDIA_NOFS, Intent#ACTION_MEDIA_MOUNTED, Intent#ACTION_MEDIA_SHARED, Intent#ACTION_MEDIA_BAD_REMOVAL, Intent#ACTION_MEDIA_UNMOUNTABLE, and Intent#ACTION_MEDIA_EJECT broadcast that contains a StorageVolume.

[Android.Runtime.Register("EXTRA_STORAGE_VOLUME", ApiSince=24)]
public const string ExtraStorageVolume;
[<Android.Runtime.Register("EXTRA_STORAGE_VOLUME", ApiSince=24)>]
val mutable ExtraStorageVolume : string

Field Value

Implements

Attributes

Remarks

Name of the Parcelable extra in the Intent#ACTION_MEDIA_REMOVED, Intent#ACTION_MEDIA_UNMOUNTED, Intent#ACTION_MEDIA_CHECKING, Intent#ACTION_MEDIA_NOFS, Intent#ACTION_MEDIA_MOUNTED, Intent#ACTION_MEDIA_SHARED, Intent#ACTION_MEDIA_BAD_REMOVAL, Intent#ACTION_MEDIA_UNMOUNTABLE, and Intent#ACTION_MEDIA_EJECT broadcast that contains a StorageVolume.

Java documentation for android.os.storage.StorageVolume.EXTRA_STORAGE_VOLUME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to