getAdvancedSuggestions
abstract suspend fun getAdvancedSuggestions(limit: Int, offset: Int): RainbowResult<Map<ContactSuggestionType, List<IRainbowContact>>>
Retrieves company contact suggestions grouped by category. The callback returns a Map<ContactSuggestionType, List<IRainbowContact>>.
Return
RainbowResult
Parameters
limit
The maximum number of suggestions to retrieve.
offset
The position of the first suggestion to retrieve.