set Style If Supported
fun setStyleIfSupported(notificationBuilder: NotificationCompat.Builder, payload: BrazeNotificationPayload)
Sets the style of the notification if supported.
If there is an image url found in the extras payload and the image can be downloaded, then use the android BigPictureStyle as the notification. Else, use the BigTextStyle instead.