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?
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
}
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.
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