-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
Description
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.
Reactions are currently unavailable