-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7846 from braze-inc/BD-2667
[BD-2667] Gif Support for all wrappers
- Loading branch information
Showing
12 changed files
with
53 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% tabs %} | ||
{% tab Android %} | ||
By default, the native [Braze Android SDK](https://github.com/braze-inc/braze-android-sdk) does not provide animated GIF support for Content Cards—however, you can use a third-party image library to display GIFs instead. For more information, see [Android Content Cards: GIFs]({{site.baseurl}}/developer_guide/platform_integration_guides/android/content_cards/GIFs/). | ||
{% endtab %} | ||
|
||
{% tab iOS %} | ||
By default, the [Braze Swift SDK](https://github.com/braze-inc/braze-swift-sdk) does not provide animated GIF support for Content Cards—however, you can wrap your own view or a third-party view in an instance of [`GIFViewProvider`](https://braze-inc.github.io/braze-swift-sdk/documentation/brazeui/gifviewprovider). For a full walkthrough, see [Tutorial: GIF Support for Swift Content Cards](https://braze-inc.github.io/braze-swift-sdk/tutorials/braze/c3-gif-support/). | ||
{% endtab %} | ||
{% endtabs %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% tabs %} | ||
{% tab Android %} | ||
You can add animated GIFs to your in-app messages using the native [Braze Android SDK](https://github.com/braze-inc/braze-android-sdk). By default, the Android SDK uses HTML in-app messages to display GIFs. | ||
|
||
For all other in-app message types, you'll need to use a custom image library. To learn more, see [Android In-App Messaging: GIFs]({{site.baseurl}}/developer_guide/platform_integration_guides/android/in-app_messaging/customization/gifs/). | ||
{% endtab %} | ||
|
||
{% tab iOS %} | ||
You can add animated GIFs to your in-app messages using the native [Braze Swift SDK](https://github.com/braze-inc/braze-swift-sdk). By default, all Braze in-app messages support GIFs. For a full walkthrough, see [Tutorial: GIF Support for Swift In-App Messages](https://braze-inc.github.io/braze-swift-sdk/tutorials/braze/c3-gif-support). | ||
{% endtab %} | ||
{% endtabs %} |