BeginSession(ISearchContext)
A function called at the beginning of a search session.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor.CoreModule
void BeginSession(ISearchContext context)
Parameters
The search context.
Remarks
A search session is started when a user inputs the first character in the search field. This function is not called again until the next search session is started.
Additional Resources: ISearchEngineBase.EndSession, ISearchEngineBase.BeginSearch, ISearchEngineBase.EndSearch.