Notification Body Length

Hi
i’m using ‘Fuse.Notification’ module to send push notification to my client but the body length of the notification is short
For Example i’ve sent this notification to my mobile This is a long notification sent from local copy of our backend and it was sent to test the notification length but this what i get in the notification system This is a long notification sent from local.. image below

Notification image result

is this normal? am i doing something wrong ?

That is normal, and it appears to be perfectly fine. What’s the problem?

I will take a wild guess and suggest that you’re probably asking about Expanded layout. Fuse currently only supports basic push notification capabilities, so if you need that, you will need to extend the implementation using Foreign code.

Thanks for response. Your wild guess is right