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": {}
}
}
}
For platforms that require a message to open info modal
For platforms that require a message to open settings
This will be sent if the application fails to load.
This will be sent if the application has loaded, but a client-side error has occurred that cannot be recovered from
This will be sent if the application fails to load.
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