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

OTT android tv html support #3993

Merged
merged 1 commit into from
Aug 30, 2022
Merged
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
5 changes: 3 additions & 2 deletions _docs/_developer_guide/platform_wide/tv_and_ott.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Features include:
- The priority must be set to "HIGH" for these to appear. All notifications appear in the Fire TV settings menu.
- Content Cards
- In-app messages
- HTML and Slideup messages are not supported on non-touch devices
- To show HTML messages on non-touch environments like TVs, set `com.braze.configuration.BrazeConfig.Builder.setIsTouchModeRequiredForHtmlInAppMessages` to `false` (available from [Android SDK v23.1.0][android-tv-html])

For more information, visit the [Fire OS integration guide][2].

Expand All @@ -145,7 +145,7 @@ Features include:
- Data and Analytics collection for cross-channel engagement
- Content Cards
- In-app messages
- HTML and Slideup messages are not supported on non-touch devices
- To show HTML messages on non-touch environments like TVs, set `com.braze.configuration.BrazeConfig.Builder.setIsTouchModeRequiredForHtmlInAppMessages` to `false` (available from [Android SDK v23.1.0][android-tv-html])
- * Push Notifications (Manual Integration Required)

For more information, visit the [Android SDK integration guide][2].
Expand Down Expand Up @@ -241,3 +241,4 @@ Read more about custom handling messaging:
[6]: {{site.baseurl}}/developer_guide/platform_integration_guides/android/push_notifications/android_tv_push/
[7]: https://developer.amazon.com/docs/fire-tv/notifications.html#headsup
[8]: {{site.baseurl}}/developer_guide/platform_integration_guides/web/smart_tvs/
[android-tv-html]: https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#2310
davidbielik marked this conversation as resolved.
Show resolved Hide resolved