getBigPictureURL

open fun getBigPictureURL(context: Context): String

Get the big picture url contained in this push. You should always check if the push contains a big picture using hasBigPicture. The url returned by this method is already optimized for the device, you have to download the image and use it in the notification

Return

the big picture url if any, null otherwise