#329493 Send push notifications with both notification and data objects.

This commit is contained in:
Georgi Prodanov 2017-02-28 18:27:25 +02:00
Родитель 5a3d52a3c7
Коммит 3ef5dc7394
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -404,6 +404,12 @@ function formAndroidNotification(title, message, data) {
sound: 'default',
color: '#F4550F',
icon: 'ic_stat_notify'
},
data: {
title: title,
message: message,
sound: 'default',
color: '#F4550F'
}
};