braze-react-native-sdk
braze-react-native-sdk copied to clipboard
[Feature]: Listener for in app message being dismissed
What problem are you facing?
Hello, we would like to know when an in app message has been dismissed by the user.
Workarounds
Maybe rely on AppState? That would be really dubious.
Ideal Solution
Braze.addListener('inAppMessageDismissed', (inAppMessage: BrazeInAppMessage) => void))
Other Information
No response