getMemoryInfo method

MemoryInfo getMemoryInfo()

Retrieve information about the system memory. Memory information can be used to manage your application's memory consumption. It is not recommended to use this API in production and is provided for debug purposes only. Invoking this API may also impact device performance. Polling is not recommended.

Implementation

external MemoryInfo getMemoryInfo();