Mobile Push Notification with big image

Hi folks,

I was checking the AndroidNotification docs and in the Style property description there is a mention about a BigPicture mode:
Apply a custom style to the notification. Currently only BigPicture and BigText styles are supported.

But when I click the link to the Notification Style, it shows only two possibilities: None and BigText.

Is there any way to schedule a BigPicture Push Notification using the Unity’s Notification package?

@_Paulius @Aurimas-Cernius Any input on this?

I had to develop the big image notification on my own, using Java and objective-c.
The worst part was trying to make it compatible with the notification package callbacks.

For Android I’ve used the notification compat libraries and the New WorkManager instead of Alarms.

For iOS I’ve just followed this tutorial with some modifications: Unity iOS Notifications with Big Image Attachments | by Andrew Sorrell | Medium