getAdvancedSuggestions

abstract fun getAdvancedSuggestions(limit: Int, offset: Int, listener: IUserProxy.IGetUserAdvancedSuggestions? = null)

Get the company's contact suggestions grouped by category. The callback returns a Map<SuggestionType, Contact>, SuggestionType is an enum with the following values : DEPARTMENT, JOB, TAGS, MORE

Parameters

limit

The maximum number of suggestions to retrieve

offset

The position of the first suggestion to retrieve

listener

IGetUserAdvancedSuggestions optional callback(onSuccess, onFailure)