Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 918 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 918 Bytes

@numbersprotocol/preview-memory

Get the available memory of Android and iOS devices

Install

npm install @numbersprotocol/preview-memory
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


getAvailableMemory()

getAvailableMemory() => Promise<{ value: number; }>

Returns: Promise<{ value: number; }>