ibm-bluemix-mobile-services / bms-clientsdk-cordova-plugin-push

Cordova Push notifications Plugin for IBM Cloud Mobile Services
Apache License 2.0
9 stars 9 forks source link

Android push notification - how to set title? #88

Open tverilytt opened 6 years ago

tverilytt commented 6 years ago

Hi! Looking at the IBM Push Notification REST API, one can set "title" property for IOS (works nice), but not for Android? Anyone been able to set Android push notification title?

https://mobile.ng.bluemix.net/imfpush/#!/messages/post_apps_applicationId_messages

I have tried to use the "style" but it doesnt do exactly what I want, e.g. it does not set the top title. style : { type : 'bigtext_notification', title : title, text : message }

Cheers -jo

AnanthaKrish commented 6 years ago

hi @tverilytt , we do not support title in android push notification (except in styles) . The title feature is under development . Will get back to you soon.