appconsent_tv

Last updated:

0 purchases

appconsent_tv Image
appconsent_tv Images
Add to Cart

Description:

appconsent tv

appconsent_tv #


AppConsent® cmp, the transparency-based consent management platform.

Getting Started #
Here are several different implementation methods
First example #
First, initialize AppconsentTv with the setup method, making sure it is initialized by placing the keyword await in front of it.
Then display the CMP when you want.
import 'package:appconsent_tv/appconsent_tv.dart';

// Configure at launch (appKey:forceApplyGDPR:forceATT)
await AppconsentTv.setup("YOUR_APP_KEY", true, true);

// Display the CMP if needed after setup
AppconsentTv.presentNotice(false);
copied to clipboard
Second example #
Initialize AppconsentTv with the setup method then call AppconsentTv.presentNotice(false)
import 'package:appconsent_tv/appconsent_tv.dart';

// Configure at launch (appKey:forceApplyGDPR:forceATT)
AppconsentTv.setup("YOUR_APP_KEY", false, true)
.then((value) => AppconsentTv.presentNotice(false));
copied to clipboard
Documentation #
Our detailed documentation is accessible at https://docs.sfbx.io.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.