setThumbsUpIcons

fun setThumbsUpIcons(thumbsUpIcon: Int, thumbsUpSelectedIcon: Int): NotificationStyle

Specify the resource ids of the icons that represent the thumbs up and selected thumbs up 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 thumbs ups buttons.

Return

NotificationStyle so methods can be chained

Parameters

thumbsUpIcon

resource id of thumbs up icon

thumbsUpSelectedIcon

resource id of selected thumbs up icon