get Advanced Suggestions
abstract fun getAdvancedSuggestions(limit: Int, offset: Int, listener: IUserProxy.IGetUserAdvancedSuggestions? = null)
Content copied to clipboard
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)