setSmallNotificationIcon

fun setSmallNotificationIcon(smallNotificationIconName: String): BrazeConfig.Builder

Sets the small 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 using the app icon as the small icon.

Parameters

smallNotificationIconName

the name of the notification drawable.