Package io.didomi.sdk
See: Description
-
Enum Summary Enum Description ConsentStatus Consent status to a vendor or purpose DeviceType Device type determined by Didomi SDK when displaying UI Regulation -
Class Summary Class Description ConsentToken A user consent tokenA consent token stores all the consent information on the user (date when consent was last collected, list of enabled/disabled purposes and vendors, etc. ContextHelper Helper class used to get formatted context information such as application name, agent name, etc. CustomPurpose Custom purpose defined by developers in their configuration Didomi DidomiInitializeParameters Initialization parameters for Didomi SDK apiKey Your API key.
localConfigurationPath Path to client specific config file in the app assets in JSON format. By default, set as didomi_config.json.
remoteConfigurationUrl URL to client specific remote config file in JSON format.
providerId Your provider ID (if any).
disableDidomiRemoteConfig If set to true, disable remote configuration (only local config file will be used).
languageCode Language in which the consent UI should be displayed. By default, the consent UI is displayed in the language configured in the device settings, if language is available and enabled by your configuration. This property allows you to override the default setting and specify a language to display the UI in. String containing the language code e.g.: "es", "fr", etc.
providerId Your provider ID (if any).
noticeId ID of the notice configuration to load if your are not using app ID targeting (mobile devices).
tvNoticeId ID of the notice configuration to load on TV devices if you are not using app ID targeting.
androidTvEnabled If set to true, when launched on a AndroidTV device, the SDK will display TV notice.
GoogleRepository This class manages Google additional consent Purpose Model class for purposes Vendor Model class for vendors CustomPurposeKt