bn.offMemoryWarning
▸ offMemoryWarning(cb): void
Cancels listening for out-of-memory warning events.
Parameters
| Name | Type | Description |
|---|---|---|
cb | OffMemoryWarningCallback | Callback function for out-of-memory warning event |
Returns
void
OffMemoryWarningCallback
Ƭ OffMemoryWarningCallback: () => void
Type declaration
▸ (): void
Returns
void