Support App ticket_sidebar cannot use `app.collapsed` and `app.expanded` events
I would like to know when an App is expanded or collapsed. According to this documentation this feature is available for Support Apps. I have a Support App (ticket_sidebar) but I see no event changes when following the documentation.
Neither of these events fire.
```
client.on('app.collapsed', () => console.log('collapsed'))
client.on('app.expanded', () => console.log('expanded'))
```
I took a look at the `zaf_sdk.min.js.` in the browser dev tools and can only see 'app.activated' as a supported event. Does that mean that 'app.collapsed' and 'app.expanded' are no longer supported?
-
Hey, Greg!
I've just tested both events on my end and they are functioning as expected. Are you seeing any errors in the console that are related to the events? If not, would you mind sharing a bit more of your code so I can take a look in more detail?
Thanks!
Tipene
Iniciar sesión para dejar un comentario.
1 Comentarios