overwolf.extensions.unregisterInfo
Overwolf APIs / overwolf / overwolf / extensions / unregisterInfo
function unregisterInfo(id: string, callback: CallbackFunction<Result>): void;
Stop requesting info for extension.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The id of the extension to stop getting updates for. |
callback | CallbackFunction<Result> | The status of the request. |
Returns
void