Android.Content.PM.PackageStats.ExternalCacheSize Property
Size of the external cache used by the application (i.e., on the SD card).

Syntax

[Android.Runtime.Register("externalCacheSize")]
public long ExternalCacheSize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Size of the external cache used by the application (i.e., on the SD card). If this is a subdirectory of the data directory, this size will be subtracted out of the external data size.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11