ComponentCallbacks2.TrimMemoryBackground フィールド

定義

注意事項

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

#onTrimMemory(int)レベル: プロセスは LRU リストに進みます。

[Android.Runtime.Register("TRIM_MEMORY_BACKGROUND")]
[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 TrimMemoryBackground = 40;
[<Android.Runtime.Register("TRIM_MEMORY_BACKGROUND")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.TrimMemory enum directly instead of this field.", true)>]
val mutable TrimMemoryBackground : Android.Content.TrimMemory

フィールド値

Value = 40
属性

注釈

#onTrimMemory(int)レベル: プロセスは LRU リストに進みます。 これは、ユーザーがアプリに戻った場合に効率的かつ迅速に再構築できるリソースをクリーンする良い機会です。

の Java ドキュメント android.content.ComponentCallbacks2.TRIM_MEMORY_BACKGROUND

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象