Delegate MagicSearchListener.OnResultsLimitReachedDelegate
Callback used to notify when the configured search limit has been reached and thus user should refine it's search parameters.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnResultsLimitReachedDelegate(MagicSearch magicSearch, int sourcesFlag);
Parameters
Type | Name | Description |
---|---|---|
MagicSearch | magicSearch | Linphone.MagicSearch object |
System.Int32 | sourcesFlag | The source(s) flag indicating the request for which the limit has been reached. |