I am trying to send a silent notification (I mean a notification that will not be shown in the tray) using this API:
but when I do not set the body key I get this Error:
{
"error": {
"code": 400,
"message": "body parameter is invalid or empty.: 'Body' cannot be null."
}
}
so my question is if there is a way to send a silent notification in android (in ios I know there is the content-available flag)
Tnx in advance!