You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FirebaseNotifications.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ Note: On iOS you don't need to set the topic as /topics/{topic name} that is alr
137
137
138
138
};
139
139
```
140
+
**Note: This is the event were you will navigate to an specific page/activity/viewcontroller, if needed**
140
141
141
142
**OnNotificationAction**
142
143
```csharp
@@ -170,8 +171,6 @@ Note: On iOS you don't need to set the topic as /topics/{topic name} that is alr
170
171
171
172
```
172
173
173
-
**Note: This is the event were you will navigate to an specific page/activity/viewcontroller, if needed**
174
-
175
174
### Push Notification Handler
176
175
177
176
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