Added in API level 10000
OnOverBudgetListener
interface OnOverBudgetListener
| android.app.MemoryBudgetManager.OnOverBudgetListener |
The callback that is notified when a budget is exceeded.
Summary
| Public methods | |
|---|---|
| abstract Unit |
onOverBudget(budget: Long)Invoked when the application or process exceeds it budget. |
Public methods
onOverBudget
Added in API level 10000
abstract fun onOverBudget(budget: Long): Unit
Invoked when the application or process exceeds it budget.
| Parameters | |
|---|---|
budget |
Long: budget (in bytes) that was exceeded. |