GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerCtaIconStyle

The BlazeMomentsPlayerCtaIconStyle class represents the style configuration for an icon inside a CTA button.

Properties

iconResId

@DrawableRes var iconResId: Int

The resource id of the icon that will be displayed inside the CTA.

iconPositioning

var iconPositioning: BlazeMomentsPlayerCtaIconStyle.BlazeIconPositioning

The 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.

ValueDescription
STARTAlign the icon to the start edge of its container.

Did this page help you?