Delegate MagicSearchListener.OnLdapHaveMoreResultsDelegate
Get the ldap callback on having more results.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
[Obsolete]
public delegate void OnLdapHaveMoreResultsDelegate(MagicSearch magicSearch, Ldap ldap);
Parameters
| Type | Name | Description |
|---|---|---|
| MagicSearch | magicSearch | |
| Ldap | ldap |
Remarks
Deprecated : 18/11/2024 use linphone_magic_search_cbs_get_more_results_available instead.