Skip to content

Commit

Permalink
add lines between release heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Pravin Prakash Kumar authored and Pravin Prakash Kumar committed Oct 5, 2023
1 parent 2c98e31 commit c062772
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ keywords:
## September 28, 2023

### iOS Messaging 4.1.0
- Added new notifcation tracking API `handleNotificationResponse` with parameters UNNotificationResponse and an optional callback the returns `PushTrackingStatus` enum.

- 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 notifcaiton tracking API `handleNotificationResponse` with parameters UNNotificationResponse, applicationOpened, and customActionId.
- 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.

- 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
Expand Down
1 change: 1 addition & 0 deletions src/pages/documentation/mobile-core/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ keywords:
## September 28, 2023

### Android Core 2.5.0

- Added getter APIs `getLargeIconResourceID` and `getSmallIconResourceID` to MobileCore for retrieving the icon resource IDs set from the application.

## August 30, 2023
Expand Down
9 changes: 6 additions & 3 deletions src/pages/documentation/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,19 @@ Keywords:
## September 28, 2023

### Android Core 2.5.0

- Added getter APIs `getLargeIconResourceID` and `getSmallIconResourceID` to MobileCore for retrieving the icon resource IDs set from the application.

### iOS Messaging 4.1.0
- Added new notifcation tracking API `handleNotificationResponse` with parameters UNNotificationResponse and an optional callback the returns `PushTrackingStatus` enum.

- 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 notifcaiton tracking API `handleNotificationResponse` with parameters UNNotificationResponse, applicationOpened, and customActionId.
- 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.

- 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.

## September 26, 2023
Expand Down

0 comments on commit c062772

Please sign in to comment.