如何在Pushwoosh Android中设置多条短信

时间:2015-09-15 10:38:52

标签: php android notifications pushwoosh

我是Pushwoosh库的新手,我想在通知中设置两个不同的消息。

我正在附加图片,而不是 Trendin ,我想要自定义消息。

" Trendin" 默认设置为pushwoosh。

我必须覆盖默认设置。

我将数据发送到JSON格式的pushwoosh,就像这样

$notifications_json = '{
                    "send_date": "now",
                    "timezone": "Asia/Calcutta",
                    "ignore_user_timezone": true,
                    "content": "'.$strMessage.'",
                    "minimize_link": "0",
                    "campaign" : "8E440-770CE",
                    "platforms": [
                        3
                    ],
                    "preset": "",
                    "link": "",
                    "devices": [
                        "'.$strHardwareID.'"
                    ],
                    "android_vibration": "1",
                    "android_gcm_ttl": "60",
                    "android_sound": "",
                    "android_header": "",
                    "android_icon": "'.$strLink.'",
                    "android_custom_icon": "'.$strLink.'",
                    "android_banner" :"'.$strImagePath.'",
                    "data":{
                        "url":"'.$strLink.'"
                    }
                }';

请告诉我,如何发送自己的自定义消息。

enter image description here

1 个答案:

答案 0 :(得分:2)

尝试在" android_header"中设置文字。参数。