From 3433f51e2f4fa54ced6f3982d5e717b9937d4ddd Mon Sep 17 00:00:00 2001 From: Pravin Prakash Kumar Date: Thu, 5 Oct 2023 14:53:56 -0700 Subject: [PATCH] Fix lint part 2 --- .../adobe-journey-optimizer/release-notes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/documentation/adobe-journey-optimizer/release-notes.md b/src/pages/documentation/adobe-journey-optimizer/release-notes.md index 6935c9f46b..d56f47b662 100644 --- a/src/pages/documentation/adobe-journey-optimizer/release-notes.md +++ b/src/pages/documentation/adobe-journey-optimizer/release-notes.md @@ -13,15 +13,15 @@ keywords: ### iOS Messaging 4.1.0 -- Added new notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse` and an optional callback the returns `PushTrackingStatus` enum. -- The new API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification. -- Deprecated the notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse`, `applicationOpened`, and `customActionId`. -- Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. +* Added new notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse` and an optional callback the returns `PushTrackingStatus` enum. +* The new API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification. +* Deprecated the notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse`, `applicationOpened`, and `customActionId`. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. ### Android Messaging 2.2.0 -- Introduced `MessagingServices` class to automatically build, display, track, and handle defined click behaviour on notifications from Adobe Journey Optimizer. -- Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. +* Introduced `MessagingServices` class to automatically build, display, track, and handle defined click behaviour on notifications from Adobe Journey Optimizer. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. ## June 2, 2023