isSimulatedYoutubeNoCookie

abstract suspend fun isSimulatedYoutubeNoCookie(uri: Uri): Boolean

Checks if a URI is a simulated YouTube no-cookie URI.

Return

True if the URI is a YouTube no-cookie URI, false otherwise.

Parameters

uri

The URI to check.


abstract suspend fun isSimulatedYoutubeNoCookie(uri: String): Boolean

Checks if a string is a YouTube no-cookie URI.

Return

True if the string is a YouTube no-cookie URI, false otherwise.

Parameters

uri

The string to check.