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

Handling push notifications when app is in the foreground?

Open bradherman opened this issue 3 years ago • 2 comments

Is there a way to handle a push notification that is sent to a user when the app is in the foreground?

bradherman avatar Mar 10 '22 22:03 bradherman

Same question here. Are there any callbacks for push clicks when app is in foreground/background (not closed completely)? Or better to use separate package for these cases. Thanks.

Elf2707 avatar Sep 07 '23 13:09 Elf2707

I've figured that out. Have to use customActionHandler from Iterable config. It gets called in every case.

Elf2707 avatar Sep 15 '23 08:09 Elf2707