MagicSearchListener is an interface to be notified of results of contact searches initiated from the MagicSearch.
More...
#include <magic_search_listener.hh>
MagicSearchListener is an interface to be notified of results of contact searches initiated from the MagicSearch.
- See also
- MagicSearch::addListener()
◆ onLdapHaveMoreResults()
virtual LINPHONECXX_PUBLIC void linphone::MagicSearchListener::onLdapHaveMoreResults |
( |
const std::shared_ptr< linphone::MagicSearch > & | magicSearch, |
|
|
const std::shared_ptr< linphone::Ldap > & | ldap ) |
|
inlinevirtual |
Callback used to notify when LDAP have more results available.
- Parameters
-
- Deprecated
- 18/11/2024 use LinphoneMagicSearchCbsMoreResultsAvailableCb instead.
◆ onMoreResultsAvailable()
Callback used to notify when more results are available for a given MagicSearch::Source flag.
- Parameters
-
magicSearch | MagicSearch object
|
source | The source flag indicating for which type of result there is more results available. |
◆ onSearchResultsReceived()
virtual LINPHONECXX_PUBLIC void linphone::MagicSearchListener::onSearchResultsReceived |
( |
const std::shared_ptr< linphone::MagicSearch > & | magicSearch | ) |
|
|
inlinevirtual |
Callback used to notify when results are received.
- Parameters
-
The documentation for this class was generated from the following file: