Application.InterfaceConsts.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.

Esta constante estaba en desuso en el nivel de API 35.

[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

Esta constante estaba en desuso en el nivel de API 35. Las aplicaciones no reciben una notificación de este nivel, ya que el nivel de API 34

Nivel de 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á.

Referencia de Android 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