overwolf.extensions.updateExtension
Overwolf APIs / overwolf / overwolf / extensions / updateExtension
function updateExtension(
callback: CallbackFunction<UpdateExtensionResult>,
): void;
This functions allows apps to check and perform an update without having to wait for Overwolf to do so.
Parameters
| Parameter | Type |
|---|---|
callback | CallbackFunction<UpdateExtensionResult> |
Returns
void