ThirdPartyCookieNames

Checks if the given cookie string contains any excluded third party cookie names.

Return

true if the cookieString contains any of the excluded cookie names, false otherwise.

Parameters

cookieString

The string representation of cookies to check.

Functions

Link copied to clipboard
abstract fun hasExcludedCookieName(cookieString: String): Boolean