fetchContactDataById

abstract suspend fun fetchContactDataById(id: String?): RainbowResult<IRainbowContact>

Fetches contact data by ID.

This method retrieves contact data for the specified ID.

Return

RainbowResult callback invoked upon completion of the operation.

Parameters

id

The ID of the contact to fetch data for.