Lingua

MemoryBudgetManager.PackageBudgetBytes Property

Definition

Returns the budget for the caller's application. -or- Sets the memory budget for the caller's application.

public long PackageBudgetBytes { [Android.Runtime.Register("getPackageBudgetBytes", "()J", "", ApiSince=37)] get; [Android.Runtime.Register("setPackageBudgetBytes", "(J)V", "", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getPackageBudgetBytes", "()J", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setPackageBudgetBytes", "(J)V", "", ApiSince=37)>]
member this.PackageBudgetBytes : int64 with get, set

Property Value

memory limit for the caller's application in bytes; may return LIMIT_IS_DISABLED

Attributes

Applies to