Skip to content

msfrms/PushNotificationServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PushNotificationServer

for send data via push notification without present in notification center(android)

POST /notification/data
body:
{
  "token": "",
  "data": {
    "ping": "hi"
  }
}

for send data via push notification with present in notification center(android)

POST /notification/ui
body:
{
  "token": "",
  "ui": {
    "title": "test",
    "body": "hello"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages