Default

class Default(brand: String = "Aiuta", termsOfServiceUrl: String = "https://aiuta.com/legal/terms-of-service.html", privacyPolicyUrl: String = "https://aiuta.com/legal/privacy-policy.html") : AiutaConsentStandaloneFeatureStrings

Default implementation of AiutaConsentStandaloneFeatureStrings.

Provides standard English text strings for the standalone consent interface, including links to the terms of service and privacy policy.

Parameters

brand

Brand name to display in the consent text

termsOfServiceUrl

URL to the terms of service document

privacyPolicyUrl

URL to the privacy policy document

Constructors

Link copied to clipboard
constructor(brand: String = "Aiuta", termsOfServiceUrl: String = "https://aiuta.com/legal/terms-of-service.html", privacyPolicyUrl: String = "https://aiuta.com/legal/privacy-policy.html")

Properties

Link copied to clipboard
open override val consentButtonAccept: String

Text for the accept/continue button

Link copied to clipboard
open override val consentDescriptionHtml: String

HTML-formatted description explaining the consent terms and conditions

Link copied to clipboard
open override val consentFooterHtml: String? = null

Optional HTML-formatted footer text for additional information

Link copied to clipboard
open override val consentPageTitle: String

Optional title text displayed at the top of the consent page

Link copied to clipboard
open override val consentTitle: String

Title for the consent section