getTitle

fun getTitle(uri: String? = null): <Error class: unknown class><String>

Returns the title of the bookmark for @uri.

If @uri is null, the title of @bookmark is returned.

In the event the URI cannot be found, null is returned and

Return

a newly allocated string or null if the specified URI cannot be found.

Since

2.12

Parameters

uri

a valid URI or null