Braze Captioned Image Content Card Styling
class BrazeCaptionedImageContentCardStyling(modifier: ERROR CLASS: Symbol not found for Modifier?? = null, pinnedResourceId: Int = 0, pinnedImageAlignment: ERROR CLASS: Symbol not found for Alignment = UndefinedAlignment, unreadIndicatorColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, cardBackgroundColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, pinnedComposable: () -> Unit? = null, borderColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, borderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, topBorderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, startBorderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, endBorderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, bottomBorderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, borderRadius: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, shadowColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, shadowSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, shadowRadius: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, imageComposable: (Card) -> Unit? = null, val textColumnPaddingTop: ERROR CLASS: Symbol not found for Dp = 20.dp, val textColumnPaddingBottom: ERROR CLASS: Symbol not found for Dp = 25.dp, val textColumnPaddingStart: ERROR CLASS: Symbol not found for Dp = 25.dp, val textColumnPaddingEnd: ERROR CLASS: Symbol not found for Dp = 25.dp, titleTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null, descriptionTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null, actionHintTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null, titleTextColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, val titleTextSize: ERROR CLASS: Symbol not found for TextUnit = 16.sp, val titleFontWeight: ERROR CLASS: Symbol not found for FontWeight = FontWeight.Bold, val titleIncludeFontPadding: Boolean = false, descriptionTextColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, val descriptionTextSize: ERROR CLASS: Symbol not found for TextUnit = 13.sp, val descriptionIncludeFontPadding: Boolean = false, val descriptionPaddingTop: ERROR CLASS: Symbol not found for Dp = 10.dp, val actionHintTextSize: ERROR CLASS: Symbol not found for TextUnit = 13.sp, actionHintTextColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, val actionHintIncludeFontPadding: Boolean = false, val actionHintPaddingTop: ERROR CLASS: Symbol not found for Dp = 12.dp) : BrazeContentCardBaseStyling
Styling configuration for Captioned Image Content Cards.
Constructors
Link copied to clipboard
constructor(modifier: ERROR CLASS: Symbol not found for Modifier?? = null, pinnedResourceId: Int = 0, pinnedImageAlignment: ERROR CLASS: Symbol not found for Alignment = UndefinedAlignment, unreadIndicatorColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, cardBackgroundColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, pinnedComposable: () -> Unit? = null, borderColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, borderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, topBorderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, startBorderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, endBorderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, bottomBorderSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, borderRadius: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, shadowColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, shadowSize: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, shadowRadius: ERROR CLASS: Symbol not found for Dp = Dp.Unspecified, imageComposable: (Card) -> Unit? = null, textColumnPaddingTop: ERROR CLASS: Symbol not found for Dp = 20.dp, textColumnPaddingBottom: ERROR CLASS: Symbol not found for Dp = 25.dp, textColumnPaddingStart: ERROR CLASS: Symbol not found for Dp = 25.dp, textColumnPaddingEnd: ERROR CLASS: Symbol not found for Dp = 25.dp, titleTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null, descriptionTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null, actionHintTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null, titleTextColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, titleTextSize: ERROR CLASS: Symbol not found for TextUnit = 16.sp, titleFontWeight: ERROR CLASS: Symbol not found for FontWeight = FontWeight.Bold, titleIncludeFontPadding: Boolean = false, descriptionTextColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, descriptionTextSize: ERROR CLASS: Symbol not found for TextUnit = 13.sp, descriptionIncludeFontPadding: Boolean = false, descriptionPaddingTop: ERROR CLASS: Symbol not found for Dp = 10.dp, actionHintTextSize: ERROR CLASS: Symbol not found for TextUnit = 13.sp, actionHintTextColor: ERROR CLASS: Symbol not found for Color = Color.Unspecified, actionHintIncludeFontPadding: Boolean = false, actionHintPaddingTop: ERROR CLASS: Symbol not found for Dp = 12.dp)
Properties
Link copied to clipboard
Whether to include font padding for the action hint.
Link copied to clipboard
Padding above the action hint text.
Link copied to clipboard
Link copied to clipboard
Font size of the action hint text.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether to include font padding for the description.
Link copied to clipboard
Padding above the description text.
Link copied to clipboard
Link copied to clipboard
Font size of the description text.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Padding below the text column.
Link copied to clipboard
Padding at the end of the text column.
Link copied to clipboard
Padding at the start of the text column.
Link copied to clipboard
Padding above the text column.
Link copied to clipboard
Font weight of the title text.
Link copied to clipboard
Whether to include font padding for the title.
Link copied to clipboard
Link copied to clipboard
Font size of the title text.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard