Dear All
I am trying to make notification based on firebase messaging, everthing is working except "icon with number of notification" I need to get same as I attached image.
this is the code I used
n. Initialize
n. Sound=True
n. Icon = "icon"
n. Number= n. Number+1
n. Vibrate=True
n.SetInfo(Message.GetData.Get("title"), Message.GetData.Get("body"), Main)
n.Notify(1)
If any one could support it will be highly appreciated
I am trying to make notification based on firebase messaging, everthing is working except "icon with number of notification" I need to get same as I attached image.
this is the code I used
n. Initialize
n. Sound=True
n. Icon = "icon"
n. Number= n. Number+1
n. Vibrate=True
n.SetInfo(Message.GetData.Get("title"), Message.GetData.Get("body"), Main)
n.Notify(1)
If any one could support it will be highly appreciated