Recherches récentes


Pas de recherche récente

Greg Fletcher's Avatar

Greg Fletcher

Adhésion le 25 janv. 2023

·

Dernière activité le 03 mai 2023

Suivis

0

Abonnés

0

Activité totale

3

Votes

0

Abonnements

2

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Greg Fletcher

Greg Fletcher a créé une publication,

Publication 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?

Modification le 03 mai 2023 · Greg Fletcher

0

Abonnés

6

Votes

5

Commentaires