ComponentCallbacks2.TrimMemoryComplete Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Content.TrimMemory enum directly instead of this field.

Nivel para #onTrimMemory(int): el proceso está cerca del final de la lista LRU en segundo plano y, si no se encuentra más memoria pronto, se eliminará.

[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.", true)]
public const Android.Content.TrimMemory TrimMemoryComplete = 80;
[Android.Runtime.Register("TRIM_MEMORY_COMPLETE")]
public const Android.Content.TrimMemory TrimMemoryComplete = 80;
[<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.", true)>]
val mutable TrimMemoryComplete : Android.Content.TrimMemory
[<Android.Runtime.Register("TRIM_MEMORY_COMPLETE")>]
val mutable TrimMemoryComplete : Android.Content.TrimMemory

Valor de campo

Value = 80
Atributos

Comentarios

Nivel para #onTrimMemory(int): el proceso está cerca del final de la lista LRU en segundo plano y, si no se encuentra más memoria pronto, se eliminará.

Este miembro está en desuso. Las aplicaciones no reciben una notificación de este nivel, ya que el nivel de API 34

Java documentación para android.content.ComponentCallbacks2.TRIM_MEMORY_COMPLETE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a