InAppButton

data class InAppButton(val text: InAppText, @ColorInt val backgroundColor: Int, @ColorInt val borderColor: Int, val cornerRadiusDp: Float, val action: InAppAction)

Constructors

Link copied to clipboard
constructor(text: InAppText, @ColorInt backgroundColor: Int, @ColorInt borderColor: Int, cornerRadiusDp: Float, action: InAppAction)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard