Pregunta

I am facing a problem with development a application. I am using a Cloud Push Notification with Titanium Appcelerator. I have need display push Notification in Group. How display this is display in single particular particular tab? I am sharing 2 images

Currently looking like this.

Currently looking like this.

I have need look like this. How do? I have need look like this. How do?

¿Fue útil?

Solución

You have to use a Big View Notification Style but it is only available in 4.1 or newer

quote from here:

A notification's big view appears only when the notification is expanded, which happens when the notification is at the top of the notification drawer, or when the user expands the notification with a gesture. Expanded notifications are available starting with Android 4.1.

in the same document, you can find a sample how to use this. there are also som tips/hints how to maintain compatibility with older devices (not only regarded to the big view)

Otros consejos

you must put the following code in your TiApp.xml

<property name="acs-grouped-notification-message-" type="string">You have $number$ unread messages.</property>
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top