Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Multiline notification body does not seem to be supported. #47

Open
spstratis opened this issue Oct 3, 2016 · 2 comments
Open

Multiline notification body does not seem to be supported. #47

spstratis opened this issue Oct 3, 2016 · 2 comments
Labels

Comments

@spstratis
Copy link

Is it possible to handle notifications which have larger amounts of text in the body? It seems that all I get is one line for the notifications title and one line for the body. Looking through the Android docs I see the following,

.setStyle(new NotificationCompat.BigTextStyle().bigText(message))

Is something that needs to be added to support this but I'm not sure if this plugin has that. If it does not, how could I go about updating this myself to support a multiline notification?

@AntonDobrev
Copy link
Contributor

@spstratis This was considered for further enhancements in the plugin. Meanwhile you can add teh code in question to the notification builder logic in a similar fashion as here.

@Daxito
Copy link

Daxito commented Jan 22, 2017

@AntonDobrev The provided link is broken
Thanks!

@NickIliev NickIliev removed the question label Feb 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants