Android.Content.ComponentCallbacks2.TrimMemoryBackground Field
Level for ComponentCallbacks2.onTrimMemory(int): the process has gone on to the LRU list.

Value: 40

Syntax

[Android.Runtime.Register("TRIM_MEMORY_BACKGROUND")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.TrimMemory enum directly instead of this field.")]
public const TrimMemory TrimMemoryBackground

Remarks

Level for ComponentCallbacks2.onTrimMemory(int): the process has gone on to the LRU list. This is a good opportunity to clean up resources that can efficiently and quickly be re-built if the user returns to the app.

[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