setLargeNotificationIcon

fun setLargeNotificationIcon(largeNotificationIconName: String): BrazeConfig.Builder

Sets the large icon used in notifications.

The icon name must be the resource entry name for a given drawable. See https://developer.android.com/reference/android/content/res/Resources.html#getResourceEntryName(int) for how to retrieve the entry name for a drawable.

Defaults to no large icon being shown.

Parameters

largeNotificationIconName

the name of the notification drawable.