StorageVolume.GetDescription(Context) Method

Definition

Returns a user-visible description of the volume.

[Android.Runtime.Register("getDescription", "(Landroid/content/Context;)Ljava/lang/String;", "", ApiSince=24)]
public string? GetDescription (Android.Content.Context? context);
[<Android.Runtime.Register("getDescription", "(Landroid/content/Context;)Ljava/lang/String;", "", ApiSince=24)>]
member this.GetDescription : Android.Content.Context -> string

Parameters

context
Context

Returns

the volume description

Attributes

Remarks

Returns a user-visible description of the volume.

Java documentation for android.os.storage.StorageVolume.getDescription(android.content.Context).

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