Wanted to check if there is any event that gets fired when we tap on button inApp notification and provide open URL.
CleverTap.addListener( CleverTap.CleverTapInAppNotificationButtonTapped, (event: any) => { console.log('CleverTapInAppNotificationButtonTapped Event called - ', event); ....
This log never gets called
I get event only when I add custom key value pair.
Wanted to check if there is any event that gets fired when we tap on button inApp notification and provide open URL.
CleverTap.addListener( CleverTap.CleverTapInAppNotificationButtonTapped, (event: any) => { console.log('CleverTapInAppNotificationButtonTapped Event called - ', event); ....This log never gets called
I get event only when I add custom key value pair.