MemoryBudgetManager.LimitIsDisabled Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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