# OnLiveWidgetClosed

virtual void OnLiveWidgetClosed();

1.回调描述

直播挂件关闭回调。

2.代码示例

void OnLiveWidgetClosed() {
    ...
}