# On_showLogo
Description
The notification received when the visibility of a logo is changed
EventHandler<string> On_showLogo
Response example
{
"event": "showLogo",
"method": "event",
"show": true
}
Response Parameters
Name | Description |
---|---|
show | The flag indicating if the logo is visible. It returns true if the logo is visible |
See also