다음을 통해 공유


MtpDevice.GetStorageInfo(Int32) Method

Definition

Retrieves the MtpStorageInfo for a storage unit.

[Android.Runtime.Register("getStorageInfo", "(I)Landroid/mtp/MtpStorageInfo;", "")]
public Android.Mtp.MtpStorageInfo? GetStorageInfo (int storageId);
[<Android.Runtime.Register("getStorageInfo", "(I)Landroid/mtp/MtpStorageInfo;", "")>]
member this.GetStorageInfo : int -> Android.Mtp.MtpStorageInfo

Parameters

storageId
Int32

the ID of the storage unit

Returns

the MtpStorageInfo, or null if fetching storage info fails

Attributes

Remarks

Retrieves the MtpStorageInfo for a storage unit.

Java documentation for android.mtp.MtpDevice.getStorageInfo(int).

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