fetchContactDataById

abstract fun fetchContactDataById(id: String?, listener: RainbowListener<IRainbowContact, UserRepository.FetchUserDataError>? = null)

Get more information of a contact directly from the server.

Parameters

id

String The contact id

listener

RainbowListener callback (onSuccess, onError)