Język

MemoryBudgetInfo.StateBackground Field

Definition

Caution

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

Indicates that this MemoryBudgetInfo can apply to a process that is in the background.

[Android.Runtime.Register("STATE_BACKGROUND", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.MemoryBudgetInfoState enum directly instead of this field.", true)]
public const Android.Content.PM.MemoryBudgetInfoState StateBackground = 300;
[<Android.Runtime.Register("STATE_BACKGROUND", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.MemoryBudgetInfoState enum directly instead of this field.", true)>]
val mutable StateBackground : Android.Content.PM.MemoryBudgetInfoState

Field Value

Value = 300

Implements

Attributes

Applies to