This is a subscription that we set up when the page loads. We use this value to show/hide the checkboxes.
Integration NOTE: Native platforms should always send this at least once on initial page load.
// the payload that we receive should look like this
{
"context": "specialPages",
"featureName": "duckPlayerPage",
"subscriptionName": "onUserValuesChanged",
"params": {
"overlayInteracted": false,
"privatePlayerMode": {
"enabled": {}
}
}
}
This is sent when the user wants to set Duck Player as the default.
This will be sent if the application has loaded, but a client-side error has occurred that cannot be recovered from