Android.Content.ComponentCallbacks2.TrimMemoryComplete Field
Level for ComponentCallbacks2.onTrimMemory(int): the process is nearing the end of the background LRU list, and if more memory isn't found soon it will be killed.

Value: 80

Syntax

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

Remarks

Level for ComponentCallbacks2.onTrimMemory(int): the process is nearing the end of the background LRU list, and if more memory isn't found soon it will be killed.

[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