Android.Content.ComponentCallbacks2.TrimMemoryRunningLow Field
Level for ComponentCallbacks2.onTrimMemory(int): the process is not an expendable background process, but the device is running low on memory.

Value: 10

Syntax

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

Remarks

Level for ComponentCallbacks2.onTrimMemory(int): the process is not an expendable background process, but the device is running low on memory. Your running process should free up unneeded resources to allow that memory to be used elsewhere.

[Android Documentation]

Requirements

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