1.Introduction
Description: Using this extension you can get some basic information about storage
Latest Version: 1
Released: 2021-04-21T18:30:00Z
Last Updated: 2021-04-21T18:30:00Z
2.Blocks
3.Documentation
AppSize
Returns apk size of given app pkgName | text
Return type : number
AvailableExternalStorage
Returns available external storageReturn type : number
AvailableInternalStorage
Returns available internal storageReturn type : number
AvailableRam
Returns available ramReturn type : number
IsExternalStorageAvailable
Returns whether external storage is available or notReturn type : boolean
IsExternalStorageEmulated
Returns whether external storage is emulated or realReturn type : boolean
IsSdCardAvailable
Returns whether removable external storage(SD Card) is available or notReturn type : boolean
TotalExternalStorage
Returns total external storageReturn type : number
TotalInternalStorage
Returns total internal storageReturn type : number
TotalRam
Returns total ramReturn type : number
4.Download
Download Aix: com.sunny.StorageUtils.aix (7.1 KB)
Hope it helps!