getImplementations

open override fun getImplementations(uri: Uri): Result<List<Uri>>

Retrieves the list of implementation URIs for the specified interface URI.

Return

A Result containing the list of implementation URIs.

Parameters

uri

The URI of the interface for which implementations are being requested.