How to apply a big view style to a notification using Parse library

前端 未结 8 957
孤街浪徒
孤街浪徒 2021-02-04 06:03

This library works perfectly, but i have a doubt.

When I send a message to users with more than two lines, users can\'t see all message in notification area.

But

8条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 06:30

    You need to override the method getNotification of your ParsePushBroadcastReceiver subclass and above there is a lot answers telling how to set the big content view on a Notification.

提交回复
热议问题