diff --git a/docs/sdks/android/changelog.html b/docs/sdks/android/changelog.html index fbfc7a4b..a47cc855 100644 --- a/docs/sdks/android/changelog.html +++ b/docs/sdks/android/changelog.html @@ -1,4 +1,4 @@ -Changelog · CleverPush Developer Docs
\ No newline at end of file +
UpgradingSetup
\ No newline at end of file diff --git a/docs/sdks/android/changelog/index.html b/docs/sdks/android/changelog/index.html index fbfc7a4b..a47cc855 100644 --- a/docs/sdks/android/changelog/index.html +++ b/docs/sdks/android/changelog/index.html @@ -1,4 +1,4 @@ -Changelog · CleverPush Developer Docs
\ No newline at end of file +
UpgradingSetup
\ No newline at end of file diff --git a/docs/sdks/flutter/methods.html b/docs/sdks/flutter/methods.html index bf989498..a5311fed 100644 --- a/docs/sdks/flutter/methods.html +++ b/docs/sdks/flutter/methods.html @@ -174,6 +174,11 @@

bool combineWithApi = true; var remoteNotifications = await CleverPush.shared.getNotificationsWithApi(combineWithApi); +

App Banners

+
CleverPush.shared.setAppBannerOpenedHandler((CPAppBannerAction action) {
+      print("Banner action URL: \n${action.url}");
+});
+

Tracking Consent

You can optionally require a tracking consent from the user (e.g. you get this consent from a CMP). If you tell our SDK to wait for the tracking consent, it will not call any tracking-related features until the consent is available. Calls will be queued and automatically executed until the consent is available.

Step 1: Call this before initializing the SDK:

@@ -186,4 +191,4 @@

CleverPush.shared.setAuthorizerToken('YOUR_AUTH_TOKEN_HERE'); -
SetupChat
\ No newline at end of file +
SetupChat
\ No newline at end of file diff --git a/docs/sdks/flutter/methods/index.html b/docs/sdks/flutter/methods/index.html index bf989498..a5311fed 100644 --- a/docs/sdks/flutter/methods/index.html +++ b/docs/sdks/flutter/methods/index.html @@ -174,6 +174,11 @@

bool combineWithApi = true; var remoteNotifications = await CleverPush.shared.getNotificationsWithApi(combineWithApi); +

App Banners

+
CleverPush.shared.setAppBannerOpenedHandler((CPAppBannerAction action) {
+      print("Banner action URL: \n${action.url}");
+});
+

Tracking Consent

You can optionally require a tracking consent from the user (e.g. you get this consent from a CMP). If you tell our SDK to wait for the tracking consent, it will not call any tracking-related features until the consent is available. Calls will be queued and automatically executed until the consent is available.

Step 1: Call this before initializing the SDK:

@@ -186,4 +191,4 @@

CleverPush.shared.setAuthorizerToken('YOUR_AUTH_TOKEN_HERE'); -
SetupChat
\ No newline at end of file +
SetupChat
\ No newline at end of file