Android.Content.ComponentCallbacks2.TrimMemoryUiHidden Field
Level for ComponentCallbacks2.onTrimMemory(int): the process had been showing a user interface, and is no longer doing so.

Value: 20

Syntax

[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 TrimMemory TrimMemoryUiHidden

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.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14