Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Good Day

I am using Xamarin forms and i use Firebase Push Notification and it is working well. Now i want to Style the Notification with a different Background and also icon image on the notification. how can i do that

What I have tried:

i tried to check the event that is fired when a device receives a notification

C#
public override async void OnMessageReceived(RemoteMessage message)
{

but it does not give me what i need
Posted
Updated 19-Apr-22 10:51am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900