File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,16 +236,18 @@ In-App Messaging Section (placed right after Send Push):
236236Send In-App Message Section (placed right after In-App Messaging):
237237- Section title: "Send In-App Message" with info icon for tooltip
238238- Four FULL-WIDTH buttons (not a grid):
239- 1. TOP BANNER - VerticalAlignTop icon
240- 2. BOTTOM BANNER - VerticalAlignBottom icon
241- 3. CENTER MODAL - CropSquare icon
242- 4. FULL SCREEN - Fullscreen icon
239+ 1. TOP BANNER - VerticalAlignTop icon, trigger: "iam_key" = "top_banner"
240+ 2. BOTTOM BANNER - VerticalAlignBottom icon, trigger: "iam_key" = "bottom_banner"
241+ 3. CENTER MODAL - CropSquare icon, trigger: "iam_key" = "center_modal"
242+ 4. FULL SCREEN - Fullscreen icon, trigger: "iam_key" = "full_screen"
243243- Button styling:
244244 - RED background color (#E9444E)
245245 - WHITE text
246246 - Type-specific icon on LEFT side only (no right side icon)
247247 - Full width of the card
248- - On click: adds trigger and shows toast "Sent In-App Message: {type}"
248+ - Left-aligned text and icon content (not centered)
249+ - UPPERCASE button text
250+ - On click: adds trigger "iam_key" with the type's value and shows toast "Sent In-App Message: {type}"
249251
250252Tooltip should explain each IAM type.
251253```
You can’t perform that action at this time.
0 commit comments