Delegate MagicSearchListener.OnMoreResultsAvailableDelegate
Callback used to notify when more results are available for a given Linphone.MagicSearchSource flag.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnMoreResultsAvailableDelegate(MagicSearch magicSearch, MagicSearchSource source);
Parameters
Type | Name | Description |
---|---|---|
MagicSearch | magicSearch | Linphone.MagicSearch object |
MagicSearchSource | source | The source flag indicating for which type of result there is more results available. |