braze-react-native-sdk icon indicating copy to clipboard operation
braze-react-native-sdk copied to clipboard

[Feature]: Listener for in app message being dismissed

Open Minishlink opened this issue 1 year ago • 3 comments

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

Minishlink avatar Oct 16 '24 19:10 Minishlink