set Thumbs Up Icons
fun setThumbsUpIcons(thumbsUpIcon: Int, thumbsUpSelectedIcon: Int): NotificationStyle
Content copied to clipboard
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
thumbs Up Icon
resource id of thumbs up icon
thumbs Up Selected Icon
resource id of selected thumbs up icon