addUrl

fun addUrl(type: URLType, url: String): Boolean

Adds url to this contact as a typed vcard:url entry.

The entry is a counter-labelled blank node (URL text is not a safe blank-node label) typed with the vocabulary class for type and carrying the URL as its vcard:value. Does nothing and returns false if url is blank or already present.

Return

true if the URL was added, false if it was a no-op.