Event: kyvos.dialogs.onListingPanelStateChanged
This event is triggered to tell the host application that the Kyvos dialog listing panel has expanded or collapsed.
Interface
{
"integrationId": "",
"msgId": "",
"msgName": "kyvos.dialogs.onListingPanelStateChanged",
"payload": {
"info": {
"status": "success/failure",
"desc": "",
"extDesc": "",
"code": 0
},
"data": {
"state": "EXPANDED/COLLAPSED"
}
}
}