From 62c863acd3098a98f91d62ea2cdc413f335c0cc5 Mon Sep 17 00:00:00 2001 From: Evan Masseau <> Date: Thu, 25 Jan 2024 21:34:12 -0500 Subject: [PATCH] need a change to commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d3d2a55a..2e2c320ab 100644 --- a/README.md +++ b/README.md @@ -256,8 +256,8 @@ the [push notification preview](https://help.klaviyo.com/hc/en-us/articles/18011 to test your integration. If you wish to customize how notifications are displayed, see [Advanced Setup](#advanced-setup). #### Rich Push -[Rich Push](https://help.klaviyo.com/hc/en-us/articles/16917302437275) is the ability to add images to -push notification messages. This feature is supported in version 1.3.1 and up of the Klaviyo Android SDK. +[Rich Push](https://help.klaviyo.com/hc/en-us/articles/16917302437275) is the ability to add images to push notification messages. +This feature is supported in version 1.3.1 and up of the Klaviyo Android SDK. No additional setup is needed to support rich push. Downloading the image and attaching it to the notification is handled within `KlaviyoPushService`. If an image fails to download (e.g. if the device has a poor network connection) the notification will be displayed without an image after the download times out.