Setup
- Widget ID:
"protections"
- Add it to the
widgets
+ widgetConfigs
fields on initialSetup
- Example:
{
"...": "...",
"widgets": [
{"...": "..."},
{"id": "protections"}
],
"widgetConfigs": [
{"...": "..."},
{"id": "protections", "visibility": "visible" }
]
}
Requests:
protections_getData
{
"totalCount": 84
}
protections_getConfig
{
"expansion": "collapsed",
"feed": "privacy-stats"
}
Subscriptions:
protections_onDataUpdate
protections_onConfigUpdate
Notifications:
protections_setConfig
{
"expansion": "collapsed",
"feed": "privacy-stats"
}