isDuckPlayerUri

abstract fun isDuckPlayerUri(uri: String): Boolean

Checks if a string is a DuckPlayer URI.

Return

True if the string is a DuckPlayer URI, false otherwise.

Parameters

uri

The string to check.