You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a simple web page from where the mnp desk people can send gcm messages to app:
Type :
Event timing and venue change
Event result send
Notification
everything can be done as simple drop down boxes.
The text was updated successfully, but these errors were encountered:
on selecting event timing and venue change there should be boxes to enter new start and end timing and drop down menu to change venue by selecting one of the venues already in the app
on selecting event result option there should be a table of 2 columns , one with number input of position and other with name input of participants. The position column should not be filled from before because there can be tie also.
on notification option there should be a box to enter notification string. that it. ;)
so the format of the gcm message json that it send will be :
{
"to": "/topics/foo-bar",
"data": {
"type":"notification"
"message": "This is a GCM Topic Message!",
}
}
Make a simple web page from where the mnp desk people can send gcm messages to app:
Type :
Event timing and venue change
Event result send
Notification
everything can be done as simple drop down boxes.
The text was updated successfully, but these errors were encountered: