Skip to content

Commit 7106923

Browse files
authored
Update FirebaseNotifications.md
1 parent 640027b commit 7106923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/FirebaseNotifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public interface IPushNotificationHandler
189189
void OnReceived(IDictionary<string, string> parameters);
190190
}
191191
```
192-
An example of a custom handler use is the [DefaultPushNotificationHandler](../src/Plugin.FirebasePushNotification.Android/DefaultPushNotificationHandler.cs) which is the plugin default implementation to render the push notification ui when sending data messages and supporting notification actions on Android.
192+
An example of a custom handler use is the [DefaultPushNotificationHandler](../Plugin.FirebasePushNotification.Android/DefaultPushNotificationHandler.cs) which is the plugin default implementation to render the push notification ui when sending data messages and supporting notification actions on Android.
193193

194194
### Initialize using a PushHandler on Application class on Android and AppDelegate on iOS:
195195

0 commit comments

Comments
 (0)