ExternalStorageStats.ImageBytes Property

Definition

Return the total bytes used by all image files in the shared/external storage hosted on this volume.

public long ImageBytes { [Android.Runtime.Register("getImageBytes", "()J", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getImageBytes", "()J", "", ApiSince=26)>]
member this.ImageBytes : int64

Property Value

Int64
Attributes

Remarks

Java documentation for android.app.usage.ExternalStorageStats.getImageBytes().

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