We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my push notification being treated as advertisement, and never alert and vibrate. my request body as below.
{ "validate_only": false, "message": { "android": { "notification": { "important": "HIGH", "title": "message title", "body": " message body", "click_action": { "type": 1, "intent": "#Intent;compo=com.rvr/.Activity;S.W=U;end" }, "style": 1, "buttons": [ { "name": "Learn more", "action_type": 1, "intent_type": 0, "intent": "intent://com.huawei.codelabpush/deeplink?#Intent;scheme=pushscheme;launchFlags=0x4000000;i.age=180;S.name=abc;end", "data": "{\"key1\":\"value1\",\"key2\":\"value2\",\"keyn\":\"valuen\"}" } ], "big_title": "HUAWEI Push Kit", "big_body": "HUAWEI Push Kit is a messaging service provided by Huawei for developers. It establishes a messaging channel from the cloud to devices." } }, "token": [ "my_token" ] } }
The text was updated successfully, but these errors were encountered:
Would you please tell us your appid?
Sorry, something went wrong.
No branches or pull requests
my push notification being treated as advertisement, and never alert and vibrate. my request body as below.
{ "validate_only": false, "message": { "android": { "notification": { "important": "HIGH", "title": "message title", "body": " message body", "click_action": { "type": 1, "intent": "#Intent;compo=com.rvr/.Activity;S.W=U;end" }, "style": 1, "buttons": [ { "name": "Learn more", "action_type": 1, "intent_type": 0, "intent": "intent://com.huawei.codelabpush/deeplink?#Intent;scheme=pushscheme;launchFlags=0x4000000;i.age=180;S.name=abc;end", "data": "{\"key1\":\"value1\",\"key2\":\"value2\",\"keyn\":\"valuen\"}" } ], "big_title": "HUAWEI Push Kit", "big_body": "HUAWEI Push Kit is a messaging service provided by Huawei for developers. It establishes a messaging channel from the cloud to devices." } }, "token": [ "my_token" ] } }
The text was updated successfully, but these errors were encountered: