• To enable the drawer feature for customization, change the "Settings" that are part of the initialSetup message
  • It will default to the popover menu
  • Example:

Example InitialSetup response

{
"...": "...",
"widgets": [
{ "id": "rmf" },
{ "id": "nextSteps" },
{ "id": "favorites" },
{ "id": "privacyStats" }
],
"widgetConfigs": [
{ "id": "favorites", "visibility": "visible" },
{ "id": "privacyStats", "visibility": "visible" }
],
"settings": {
"customizerDrawer": {
"state": "enabled",
"autoOpen": false
}
},
"customizer": {
"userImages": [],
"userColor": null,
"theme": "dark",
"background": { "kind": "default" }
}
}
{
"...": "...",
"customizer": {
"userImages": [],
"userColor": null,
"theme": "dark",
"background": { "kind": "default" }
}
}