getAffectedUrlsForThirdPartyCookieMetadata
suspend fun getAffectedUrlsForThirdPartyCookieMetadata(args: Storage.GetAffectedUrlsForThirdPartyCookieMetadataParameter, mode: CommandMode = CommandMode.DEFAULT): Storage.GetAffectedUrlsForThirdPartyCookieMetadataReturn
Returns the list of URLs from a page and its embedded resources that match existing grace period URL pattern rules. https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period
suspend fun getAffectedUrlsForThirdPartyCookieMetadata(firstPartyUrl: String, thirdPartyUrls: List<String>): Storage.GetAffectedUrlsForThirdPartyCookieMetadataReturn
Returns the list of URLs from a page and its embedded resources that match existing grace period URL pattern rules. https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period
Parameters
firstPartyUrl
The URL of the page currently being visited.
thirdPartyUrls
The list of embedded resource URLs from the page.