Hi,
In android there is the ActivityManager.MemoryInfo class where you can get some memory information. Can I get the same or similar information using Xamarin iOS or I have to bind to naive API to get results.
Application Memory Available
Application Memory Maximum
Application Memory Total
System Memory Available
System Memory Low
System Memory Threshold
Thank you.