Recent searches


No recent searches

Greg Fletcher's Avatar

Greg Fletcher

Joined Jan 25, 2023

·

Last activity May 03, 2023

Following

0

Followers

0

Total activity

3

Votes

0

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Greg Fletcher

Greg Fletcher created a post,

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

Edited May 03, 2023 · Greg Fletcher

0

Followers

6

Votes

5

Comments