Appearance

class Appearance(@ColorInt background: Int, @ColorInt content: Int)

Custom Call Button Appearance configuration

Constructors

Link copied to clipboard
constructor(@ColorInt background: Int, @ColorInt content: Int)

Properties

Link copied to clipboard

Int Custom Button background color represented as integer value

Link copied to clipboard

Int Custom Button tint color, to be used for tinting icon and text, represented as integer value

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int