setThumbsDownIcons

fun setThumbsDownIcons(thumbsDownIcon: Int, thumbsDownSelectedIcon: Int): NotificationStyle

Specify the resource ids of the icons that represent the thumbs down and selected thumbs down icons in custom music notifications.

Note that these icons don't appear in the default notification layout - you must make use of setBigContentView or setContentView to create a custom layout with a thumbs down button.

Return

NotificationStyle so methods can be chained

Parameters

thumbsDownIcon

resource id of thumbs down icon

thumbsDownSelectedIcon

resource id of selected thumbs down icon