# On_showCurrentUserWidget
Description
The notification indicating that the widget providing information about the current user has changed its visibility
EventHandler<string> On_showCurrentUserWidget
Response example
{
"event": "showCurrentUserWidget",
"show": false,
"method": "event"
}
Response Parameters
Name | Description |
---|---|
show | The flag indicating if the widget with information about the current user is displayed. The true value is returned if the widget is visible |
See also