Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update on click to on-click behavior #8076

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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**<br>
**Using `class_type` for on-click behavior**<br>
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
Expand Down Expand Up @@ -150,7 +150,7 @@ override fun onCreate(savedInstanceState: Bundle?) {
```
{% endtab %}
{% tab Java %}
**Using `class_type` for on click behavior**<br>
**Using `class_type` for on-click behavior**<br>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<br><br>

Set on click behavior for the button to link out to the webinar landing page<br>
Set on-click behavior for the button to link out to the webinar landing page<br>

![Linking out to the webinar when a button gets clicked.]({% image_buster /assets/img/zoom/zoom3.png %})<br><br>

Expand Down