getAvatarUrl

abstract fun getAvatarUrl(contactId: String?): String?

Get the URL of a contact avatar from his id.

Return

the avatar url as a String

See also

Parameters

contactId

String The id of the contact

abstract fun getAvatarUrl(contact: IRainbowContact?, resolution: Int): String?

Get the avatar URL of a contact

Return

contact's avatar url

Parameters

contact

Contact the contact object