次の方法で共有


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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象