-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Labels
Description
First of all, thank you so much for developers.
I love this plugin.
I found a little thing, please confirm my recommendation.
When I use this with long text, message is ended with ... and cannot read the whole text.
I added a line
.setStyle(new NotificationCompat.BigTextStyle().bigText(message));
where set NotificationCompat.Builder.
I refered
https://developer.android.com/reference/android/app/Notification.BigTextStyle
Thanks!