Version 19.1.8
Platform
- Updated the underlying electron version to
19.1.8
. - Overwolf APIs are now mapped in the
electron.d.ts
file.
Sub-Version Summary
API
- New API -
app.overwolf.disableAnonymousAnalytics()
:- Allows an app to disable the sending of anonimized app analytics to Overwolf from the moment it is ran.
- New API -
app.overwolf.isCMPRequired()
:- Checks whether or not the local user must accept the CMP in order to use the app.
- New API -
app.overwolf.openCMPWindow()
:- Opens the CMP settings window for the user, allowing them to customize their consent settings.