ComponentCallbacks2.TrimMemoryRunningLow フィールド

定義

注意事項

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

#onTrimMemory(int)レベル: プロセスは消費可能なバックグラウンド プロセスではありませんが、デバイスはメモリ不足で実行されています。

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

フィールド値

Value = 10
属性

注釈

#onTrimMemory(int)レベル: プロセスは消費可能なバックグラウンド プロセスではありませんが、デバイスはメモリ不足で実行されています。 実行中のプロセスでは、不要なリソースを解放して、そのメモリを他の場所で使用できるようにする必要があります。

android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOWJava ドキュメント。

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

適用対象