Skip to content

Commit c469be7

Browse files
authored
Update FirebaseNotifications.md
1 parent 7106923 commit c469be7

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](../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/DefaultPushNotificationHandler.android.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)