#329493 Send push notifications with both notification and data objects.
This commit is contained in:
Родитель
5a3d52a3c7
Коммит
3ef5dc7394
|
@ -404,6 +404,12 @@ function formAndroidNotification(title, message, data) {
|
||||||
sound: 'default',
|
sound: 'default',
|
||||||
color: '#F4550F',
|
color: '#F4550F',
|
||||||
icon: 'ic_stat_notify'
|
icon: 'ic_stat_notify'
|
||||||
|
},
|
||||||
|
data: {
|
||||||
|
title: title,
|
||||||
|
message: message,
|
||||||
|
sound: 'default',
|
||||||
|
color: '#F4550F'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче