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

Value: 5

Syntax

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

Remarks

Level for ComponentCallbacks2.onTrimMemory(int): the process is not an expendable background process, but the device is running moderately low on memory. Your running process may want to release some unneeded resources for use 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