Język

MemoryBudgetManager.LimitIsDisabled Field

Definition

This value is returned by #getPackageBudgetBytes() and #getProcessBudgetBytes() if there is no memory limit associated with the application or process, respectively.

[Android.Runtime.Register("LIMIT_IS_DISABLED", ApiSince=37)]
public const long LimitIsDisabled = -1;
[<Android.Runtime.Register("LIMIT_IS_DISABLED", ApiSince=37)>]
val mutable LimitIsDisabled : int64

Field Value

Value = -1
Attributes

Applies to