From 801933e1c8d42f9df248b3bc98982317f729c87a Mon Sep 17 00:00:00 2001 From: UnnatiCP Date: Tue, 21 May 2024 05:25:28 +0000 Subject: [PATCH] Deploy website Deploy website version based on 5baf05885f1b5565e28b68a53afb9f7b3a5a4530 --- docs/sdks/flutter/changelog.html | 14 +++++++++++--- docs/sdks/flutter/changelog/index.html | 14 +++++++++++--- docs/sdks/flutter/methods.html | 7 ++++++- docs/sdks/flutter/methods/index.html | 7 ++++++- docs/sdks/ios/changelog.html | 10 +++++++--- docs/sdks/ios/changelog/index.html | 10 +++++++--- 6 files changed, 48 insertions(+), 14 deletions(-) diff --git a/docs/sdks/flutter/changelog.html b/docs/sdks/flutter/changelog.html index 2f0a4d6a..723241f6 100644 --- a/docs/sdks/flutter/changelog.html +++ b/docs/sdks/flutter/changelog.html @@ -1,4 +1,4 @@ -Changelog · CleverPush Developer Docs
\ No newline at end of file +
Troubleshooting
\ No newline at end of file diff --git a/docs/sdks/flutter/changelog/index.html b/docs/sdks/flutter/changelog/index.html index 2f0a4d6a..723241f6 100644 --- a/docs/sdks/flutter/changelog/index.html +++ b/docs/sdks/flutter/changelog/index.html @@ -1,4 +1,4 @@ -Changelog · CleverPush Developer Docs
\ No newline at end of file +
Troubleshooting
\ No newline at end of file diff --git a/docs/sdks/flutter/methods.html b/docs/sdks/flutter/methods.html index 21079f7e..79b6d082 100644 --- a/docs/sdks/flutter/methods.html +++ b/docs/sdks/flutter/methods.html @@ -183,6 +183,11 @@

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

showAppBanner

+

(Available from version 1.23.24)

+

You can also show one banner by its ID (we recommend app banner events for production usage)

+
CleverPush.shared.showAppBanner("APP_BANNER_ID");
+

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:

@@ -195,4 +200,4 @@

CleverPush.shared.setAuthorizerToken('YOUR_AUTH_TOKEN_HERE'); - \ No newline at end of file + \ No newline at end of file diff --git a/docs/sdks/flutter/methods/index.html b/docs/sdks/flutter/methods/index.html index 21079f7e..79b6d082 100644 --- a/docs/sdks/flutter/methods/index.html +++ b/docs/sdks/flutter/methods/index.html @@ -183,6 +183,11 @@

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

showAppBanner

+

(Available from version 1.23.24)

+

You can also show one banner by its ID (we recommend app banner events for production usage)

+
CleverPush.shared.showAppBanner("APP_BANNER_ID");
+

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:

@@ -195,4 +200,4 @@

CleverPush.shared.setAuthorizerToken('YOUR_AUTH_TOKEN_HERE'); - \ No newline at end of file + \ No newline at end of file diff --git a/docs/sdks/ios/changelog.html b/docs/sdks/ios/changelog.html index 9a1658a6..292588ab 100644 --- a/docs/sdks/ios/changelog.html +++ b/docs/sdks/ios/changelog.html @@ -1,4 +1,4 @@ -Changelog · CleverPush Developer Docs \ No newline at end of file + \ No newline at end of file diff --git a/docs/sdks/ios/changelog/index.html b/docs/sdks/ios/changelog/index.html index 9a1658a6..292588ab 100644 --- a/docs/sdks/ios/changelog/index.html +++ b/docs/sdks/ios/changelog/index.html @@ -1,4 +1,4 @@ -Changelog · CleverPush Developer Docs \ No newline at end of file + \ No newline at end of file