Contacts
interface Contacts
Content copied to clipboard
This module is used to manage the contacts of the current session.
Functions
getAvatarUrl
Link copied to clipboard
abstract fun getAvatarUrl(contact: IRainbowContact?, resolution: Int): String?
Content copied to clipboard
getContactFromId
Link copied to clipboard
getContactFromJid
Link copied to clipboard
getContactFromPhoneNumber
Link copied to clipboard
abstract fun getContactFromPhoneNumber(number: String?): IRainbowContact?
Content copied to clipboard
getUserDataFromId
Link copied to clipboard
abstract fun getUserDataFromId(id: String?, listener: IUserProxy.IGetUserDataListener?)
Content copied to clipboard
isLoggedInUser
Link copied to clipboard
refreshContactLastActivityDate
Link copied to clipboard
searchByJid
Link copied to clipboard
abstract fun searchByJid(jid: String?, listener: IRainbowContactsSearchListener?)
Content copied to clipboard
searchByName
Link copied to clipboard
abstract fun searchByName(name: String, listener: IRainbowContactsSearchListener?)
Content copied to clipboard
searchByNameOnlyInUserCompany
Link copied to clipboard
abstract fun searchByNameOnlyInUserCompany(name: String, listener: IRainbowContactsSearchListener?)
Content copied to clipboard
updateCalendarAutomaticReply
Link copied to clipboard