3

I am building an app that uses push notification and decided to simplify work and go for a public library that sends the message, Netmera.

However, once the notification is received I can't seam to read it. Is there a way to do it directly?

If not what class do I need to override to be able to handle the text of the sent notification.

Thanks

Parvin Gasimzade
  • 25,180
  • 8
  • 56
  • 83
Syntax_Error
  • 5,964
  • 15
  • 53
  • 73

1 Answers1

2

If you are trying to get the actual push message text in your activity, then try:

NetmeraPushService.getPushMessage();
Mustafa Genç
  • 2,569
  • 19
  • 34