fetchContactDataByJid

abstract fun fetchContactDataByJid(jid: String?, listener: RainbowListener<IRainbowContact, Unit>?)

Searches for contacts by Jabber ID (JID).

This method searches for contacts whose Jabber ID matches the specified string.

Parameters

jid

The Jabber ID (JID) to search for.

listener

RainbowListener (optional) callback invoked upon completion of the operation. Set to null if not required.