Skip to content

Commit 90820c7

Browse files
committed
be clear on iam values
1 parent 63841ca commit 90820c7

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Examples/OneSignalDemoV2/build_app_prompt.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,16 +236,18 @@ In-App Messaging Section (placed right after Send Push):
236236
Send 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
250252
Tooltip should explain each IAM type.
251253
```

0 commit comments

Comments
 (0)