overwolf.extensions.UncaughtExceptionEvent
Overwolf APIs / overwolf / overwolf / extensions / UncaughtExceptionEvent
Methods
addListener()
addListener(callback: UncaughtExceptionCallback): void;
Parameters
| Parameter | Type |
|---|---|
callback | UncaughtExceptionCallback |
Returns
void
removeListener()
removeListener(callback: UncaughtExceptionCallback): void;
Parameters
| Parameter | Type |
|---|---|
callback | UncaughtExceptionCallback |
Returns
void