You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request #472: - fixed in app click reports, and provided maximum retry limit
Merge in MML/infobip-mobile-messaging-android from bugfix/MM-6966-android-fix-inapp-click-reports to master
Squashed commit of the following:
commit 3922cb95643e94090748bd44e41ba7627f0365f0
Author: ikresic <ivan.kresic@infobip.com>
Date: Thu Dec 5 15:05:32 2024 +0100
- fixed in app click reports, and provided maximum retry limit
commit 33296c7081223d4ecc53bfdaac1242b45ed55cb2
Author: ikresic <ivan.kresic@infobip.com>
Date: Thu Dec 5 15:02:53 2024 +0100
- fixed in app click reports, and provided maximum retry limit
commit c6a01f4400a218cf18ff7d3d6ef46088531a82a6
Author: ikresic <ivan.kresic@infobip.com>
Date: Thu Dec 5 14:45:03 2024 +0100
- fixed in app click reports, and provided maximum retry limit
Copy file name to clipboardexpand all lines: infobip-mobile-messaging-android-sdk/src/androidTest/java/org/infobip/mobile/messaging/ClickUrlReporterTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public void setUp() throws Exception {
Copy file name to clipboardexpand all lines: infobip-mobile-messaging-android-sdk/src/main/java/org/infobip/mobile/messaging/interactive/inapp/view/InAppWebViewDialog.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ public class InAppWebViewDialog implements InAppWebView, ActivityLifecycleListen
Copy file name to clipboardexpand all lines: infobip-mobile-messaging-android-sdk/src/main/java/org/infobip/mobile/messaging/mobileapi/inapp/InAppClickReporter.java
0 commit comments