Package-level declarations
Types
Link copied to clipboard
object CookiePrefsKeys
Defines preference keys for storing cookie values in the third-party module.
Link copied to clipboard
class GetThirdPartyCookiesUseCase(cookieRepository: CookieRepository, coroutineDispatcher: CoroutineDispatcher) : SuspendUseCase<ThirdPartyCookieParams, Unit>
Enables and retrieves third-party cookies for the Discovery API.
Link copied to clipboard
Represents parameters for third-party cookie operations in the Discovery API.
Properties
Link copied to clipboard
Constant for the Google CAPTCHA domain URL used in third-party operations.
Link copied to clipboard
Constant for the key used to store third-party reCAPTCHA cookie.
Link copied to clipboard
Constant for the key used to store Google's reCAPTCHA cookie.
Link copied to clipboard
Provides a DataStore for storing cookies in the third-party module.