CatalystCode / react-native-azurenotificationhub

React Native module to support Azure Notification Hub push notifications on Android, iOS, and Windows.
MIT License
47 stars 75 forks source link

OnTouch Notification #133

Closed martinop closed 4 years ago

martinop commented 4 years ago

How can I handle the on touch/click notification on android and ios?

phongcao commented 4 years ago

@martinop For Android, userInteraction value is true in the notification. For iOS, you'll receive a local notification (_onLocalNotification).