Android & AndroidTV
Android & Android TV: Basic implementation
Android basic implementation To implement the Android version, the first step is to import the sibbo-cmp-android-library-inapp.aar library that we provide, into the Android Studio project: - We copy it to /app/libs/ - In the gradle of the project we ...
Android & Android TV: Events
Sibbo custom events The CMP launches a custom event to detect the following: The CMP has been closed ('sibbo-close' event) Kotlin Example: Create CMP variable : lateinit var CMP: ConsentHelper Initialize CMP with your context.
CMP = ...
Android & AndroidTV: Methods
CMP UI methods Show the consent interface from our app in another section CMP.showConsentTool(true, cmpHandler); Returns true/false in cmpHandler whether or not the consent interface was shown Obtaining consents methods Get consent string String ...