set Thumbs Down Icons
fun setThumbsDownIcons(thumbsDownIcon: Int, thumbsDownSelectedIcon: Int): NotificationStyle
Content copied to clipboard
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
thumbs Down Icon
resource id of thumbs down icon
thumbs Down Selected Icon
resource id of selected thumbs down icon