Skip to content

sultanmyrza/preview-memory

Repository files navigation

@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; }>