createNotification

Creates the rich notification. The notification content varies based on the Android version on the device, but each notification can contain an icon, image, title, and content.

Opening a notification from the notification center triggers a broadcast message to be sent. The broadcast message action is com.braze.push.intent.NOTIFICATION_OPENED.


fun createNotification(    appConfigurationProvider: BrazeConfigurationProvider?,     context: Context?,     notificationExtras: Bundle?,     brazeExtras: Bundle?): Notification?

Please use createNotification directly instead.