setDrawableTintColor

open fun setDrawableTintColor(tintColor: Int)

Method to set the color of the cast button.

Parameters

tintColor

resource ID of the color.


open fun setDrawableTintColor(@NonNull tintColor: String)

Method to set the color of the cast button. Supported formats are: #RRGGBB #AARRGGBB

Parameters

tintColor

hexa decimal representation of the color.