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>> callback invoked upon completion of the operation.

Parameters

limit

The maximum number of suggestions to retrieve.

offset

The position of the first suggestion to retrieve.