Braze Notification Factory
Constructors
Types
Functions
Link copied to clipboard
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.
fun createNotification(appConfigurationProvider: BrazeConfigurationProvider?, context: Context?, notificationExtras: Bundle?, brazeExtras: Bundle?): Notification?
Please use createNotification directly instead.
Link copied to clipboard
fun populateNotificationBuilder(configurationProvider: BrazeConfigurationProvider?, context: Context?, notificationExtras: Bundle?, brazeExtras: Bundle?): NotificationCompat.Builder?
Equivalent to createNotification.