BlazeStoryPlayerCtaIconStyle
The BlazeStoryPlayerCtaIconStyle class represents the style configuration for an icon inside a CTA button.
Properties
iconResId
@DrawableRes var iconResId: IntThe resource id of the icon that will be displayed inside the CTA.
iconPositioning
var iconPositioning: BlazeStoryPlayerCtaIconStyle.BlazeIconPositioningThe position of the icon inside the CTA.
iconTint
var iconTint: Int?The tint of the icon. If null is given, the icon tint equals the CTA text color.
BlazeIconPositioning
The alignment options for the icon within its container.
| Value | Description |
|---|---|
| START | Align the icon to the start edge of its container. |
Updated about 2 months ago
Did this page help you?
