Skip to content

Commit fd8e342

Browse files
authored
Update FirebaseNotifications.md
1 parent a464e1f commit fd8e342

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/FirebaseNotifications.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Note: On iOS you don't need to set the topic as /topics/{topic name} that is alr
137137

138138
};
139139
```
140+
**Note: This is the event were you will navigate to an specific page/activity/viewcontroller, if needed**
140141

141142
**OnNotificationAction**
142143
```csharp
@@ -170,8 +171,6 @@ Note: On iOS you don't need to set the topic as /topics/{topic name} that is alr
170171

171172
```
172173

173-
**Note: This is the event were you will navigate to an specific page/activity/viewcontroller, if needed**
174-
175174
### Push Notification Handler
176175

177176
A push notification handler is the way to provide ui push notification customization(on Android) and events feedback on native platforms by using **IPushNotificationHandler** interface. The plugin has a default push notification handler implementation and it's the one used by default.

0 commit comments

Comments
 (0)