appconsent_tv 2.1.1 copy "appconsent_tv: ^2.1.1" to clipboard
appconsent_tv: ^2.1.1 copied to clipboard

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

appconsent_tv #

pub package

“SFBX”

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

demo

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("{APP_KEY}", true, true);

// Display the CMP if needed after setup
AppconsentTv.presentNotice(false);

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("{APP_KEY}", false, true)
  .then((value) => AppconsentTv.presentNotice(false));

Documentation #

Our detailed documentation is accessible at https://docs.sfbx.io.

6
likes
0
pub points
49%
popularity

Publisher

verified publishersfbx.io

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

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on appconsent_tv