在应用程序中,当我们发送大画面的推送通知时,大图片会显示,有时我们会看到白色背景的大图片。
服务器上的图像为500 * 277,处于允许的宽度和高度范围内。
任何努力。欢迎
notificationBuilder.setStyle(new NotificationCompat.BigPictureStyle()
.setSummaryText(notificationData.getCleverTapMessage())
.bigPicture(bigPicture));