diff --git a/docs/sdks/ios/methods.html b/docs/sdks/ios/methods.html index 4fc29372..7dfd92f2 100644 --- a/docs/sdks/ios/methods.html +++ b/docs/sdks/ios/methods.html @@ -148,9 +148,9 @@

[CleverPush setAuthorizerToken:@"YOUR_AUTH_TOKEN_HERE"];

TCF2 CMP

-

You can set IabTcfMode. Perform subscribe or tracking according to IabTcfMode if vendor consent is 1. -Call this before initializing the SDK

+

You can set IabTcfMode. Perform subscribe or tracking according to IabTcfMode if vendor consent is 1.

+

Call this before initializing the SDK

// IabTcfModes are .subscribeWaitForConsent, .trackingWaitForConsent, .disabled
CleverPush.setIabTcfMode(.subscribeWaitForConsent)
-
// IabTcfModes are IabTcfMode.SUBSCRIBE_WAIT_FOR_CONSENT, IabTcfMode.TRACKING_WAIT_FOR_CONSENT, IabTcfMode.DISABLED
[CleverPush setIabTcfMode:CPIabTcfModeSubscribeWaitForConsent];
+
// IabTcfModes are CPIabTcfModeSubscribeWaitForConsent, CPIabTcfModeTrackingWaitForConsent, CPIabTcfModeDisabled
[CleverPush setIabTcfMode:CPIabTcfModeSubscribeWaitForConsent];
SetupInbox View
\ No newline at end of file diff --git a/docs/sdks/ios/methods/index.html b/docs/sdks/ios/methods/index.html index 4fc29372..7dfd92f2 100644 --- a/docs/sdks/ios/methods/index.html +++ b/docs/sdks/ios/methods/index.html @@ -148,9 +148,9 @@

[CleverPush setAuthorizerToken:@"YOUR_AUTH_TOKEN_HERE"];

TCF2 CMP

-

You can set IabTcfMode. Perform subscribe or tracking according to IabTcfMode if vendor consent is 1. -Call this before initializing the SDK

+

You can set IabTcfMode. Perform subscribe or tracking according to IabTcfMode if vendor consent is 1.

+

Call this before initializing the SDK

// IabTcfModes are .subscribeWaitForConsent, .trackingWaitForConsent, .disabled
CleverPush.setIabTcfMode(.subscribeWaitForConsent)
-
// IabTcfModes are IabTcfMode.SUBSCRIBE_WAIT_FOR_CONSENT, IabTcfMode.TRACKING_WAIT_FOR_CONSENT, IabTcfMode.DISABLED
[CleverPush setIabTcfMode:CPIabTcfModeSubscribeWaitForConsent];
+
// IabTcfModes are CPIabTcfModeSubscribeWaitForConsent, CPIabTcfModeTrackingWaitForConsent, CPIabTcfModeDisabled
[CleverPush setIabTcfMode:CPIabTcfModeSubscribeWaitForConsent];
SetupInbox View
\ No newline at end of file