Búsquedas recientes


No hay búsquedas recientes

Greg Fletcher's Avatar

Greg Fletcher

Incorporación 25 ene 2023

·

Última actividad 03 may 2023

Seguimientos

0

Seguidores

0

Actividad total

3

Votos

0

Suscripciones

2

RESUMEN DE LA ACTIVIDAD

Última actividad de Greg Fletcher

Greg Fletcher creó una publicación,

Publicación Developer - Zendesk Apps Framework (ZAF)

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?

Editado 03 may 2023 · Greg Fletcher

0

Seguidores

6

Votos

5

Comentarios