From 3a9c90a871686d64744eecf4b9e413990ad9ce8f Mon Sep 17 00:00:00 2001 From: Lydia Xie Date: Fri, 13 Sep 2024 10:29:28 -0700 Subject: [PATCH] Update on click to on-click behavior --- .../content_cards/creating_custom_content_cards.md | 4 ++-- .../ios/in-app_messaging/customization/behavior_on_click.md | 4 ++-- .../archive_docs/previous_in-app_message_generations.md | 4 ++-- .../engagement_tools/campaigns/ideas_and_strategies/zoom.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_docs/_developer_guide/customization_guides/content_cards/creating_custom_content_cards.md b/_docs/_developer_guide/customization_guides/content_cards/creating_custom_content_cards.md index d0a6df8263c..4b2384f2df2 100644 --- a/_docs/_developer_guide/customization_guides/content_cards/creating_custom_content_cards.md +++ b/_docs/_developer_guide/customization_guides/content_cards/creating_custom_content_cards.md @@ -102,7 +102,7 @@ In the Android and FireOS SDK, the message center logic is driven by the `class_ {% tabs %} {% tab Kotlin %} -**Using `class_type` for on click behavior**
+**Using `class_type` for on-click behavior**
When we inflate the Content Card data into our custom classes, we use the `ContentCardClass` property of the data to determine which concrete subclass should be used to store the data. ```kotlin @@ -150,7 +150,7 @@ override fun onCreate(savedInstanceState: Bundle?) { ``` {% endtab %} {% tab Java %} -**Using `class_type` for on click behavior**
+**Using `class_type` for on-click behavior**
When we inflate the Content Card data into our custom classes, we use the `ContentCardClass` property of the data to determine which concrete subclass should be used to store the data. ```java diff --git a/_docs/_developer_guide/platform_integration_guides/legacy_sdks/ios/in-app_messaging/customization/behavior_on_click.md b/_docs/_developer_guide/platform_integration_guides/legacy_sdks/ios/in-app_messaging/customization/behavior_on_click.md index cf1646a10d2..1052a956300 100644 --- a/_docs/_developer_guide/platform_integration_guides/legacy_sdks/ios/in-app_messaging/customization/behavior_on_click.md +++ b/_docs/_developer_guide/platform_integration_guides/legacy_sdks/ios/in-app_messaging/customization/behavior_on_click.md @@ -1,6 +1,6 @@ --- -nav_title: Custom On Click Behavior -article_title: Customizing In-App Message On Click Behavior for iOS +nav_title: Custom On-Click Behavior +article_title: Customizing In-App Message On-Click Behavior for iOS platform: iOS page_order: 5 description: "This reference article covers custom in-app messaging on-click behavior for your iOS application." diff --git a/_docs/_hidden/archive_docs/previous_in-app_message_generations.md b/_docs/_hidden/archive_docs/previous_in-app_message_generations.md index 838bb465677..26bcc05d8b3 100644 --- a/_docs/_hidden/archive_docs/previous_in-app_message_generations.md +++ b/_docs/_hidden/archive_docs/previous_in-app_message_generations.md @@ -28,7 +28,7 @@ These are the most engaging, but also the most intrusive since they cover your u - Header and body text - A large image -- Up to two call to action buttons with separate on click behavior and deep links +- Up to two call to action buttons with separate on-click behavior and deep links - Different colors for the header and body text, buttons and background - Key-value pairs @@ -42,7 +42,7 @@ These messages aren't as intrusive as fullscreen messages, as they still allow u - Header and body text - An image or customizable badge icon -- Up to two call to action buttons with separate on click behavior and deep links +- Up to two call to action buttons with separate on-click behavior and deep links - Different colors for the header and body text, buttons and background - Key-value pairs diff --git a/_docs/_user_guide/engagement_tools/campaigns/ideas_and_strategies/zoom.md b/_docs/_user_guide/engagement_tools/campaigns/ideas_and_strategies/zoom.md index ed2ce7e5f8f..5d362a86b10 100644 --- a/_docs/_user_guide/engagement_tools/campaigns/ideas_and_strategies/zoom.md +++ b/_docs/_user_guide/engagement_tools/campaigns/ideas_and_strategies/zoom.md @@ -79,7 +79,7 @@ Users are now registered for the webinar with the details that already exist on 1. Create an in-app message campaign

- Set on click behavior for the button to link out to the webinar landing page
+ Set on-click behavior for the button to link out to the webinar landing page
![Linking out to the webinar when a button gets clicked.]({% image_buster /assets/img/zoom/zoom3.png %})