Good day, I'm doing the notifications reception tests from the B4J file and everything works very well, the problem I have is that notifications are not displayed completely.
Do you have to write the string in a special format?
Good day, I'm doing the notifications reception tests from the B4J file and everything works very well, the problem I have is that notifications are not displayed completely.
Do you have to write the string in a special format?
That's normal. Notification will only show the text that fits one line.
I don't know what library you are using to send notification, but if you use Erel's NB6 class you can use the "BigTextStyle" notification (have a look at an example at NB6 class thread). This will allow you to view longer text.