[Android.Runtime.Register("TRIM_MEMORY_UI_HIDDEN")] [System.Obsolete("This constant will be removed in the future version. Use Android.Content.TrimMemory enum directly instead of this field.")] public const TrimMemoryTrimMemoryUiHidden
Remarks
Level for ComponentCallbacks2.onTrimMemory(int): the process had been showing
a user interface, and is no longer doing so. Large allocations with
the UI should be released at this point to allow memory to be better
managed.