react-native-sdk
react-native-sdk copied to clipboard
Handling push notifications when app is in the foreground?
Is there a way to handle a push notification that is sent to a user when the app is in the foreground?
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.
I've figured that out. Have to use customActionHandler from Iterable config. It gets called in every case.