Multiline notification body does not seem to be supported.
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?
@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.
@AntonDobrev The provided link is broken Thanks!