ContextUnderstanderService.OnUnderstand(UnderstandRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a new hint is available.
[Android.Runtime.Register("onUnderstand", "(Landroid/service/personalcontext/understander/UnderstandRequest;)Landroid/service/personalcontext/understander/UnderstandResult;", "GetOnUnderstand_Landroid_service_personalcontext_understander_UnderstandRequest_Handler", ApiSince=37)]
public virtual Android.Service.PersonalContext.Understander.UnderstandResult OnUnderstand(Android.Service.PersonalContext.Understander.UnderstandRequest request);
[<Android.Runtime.Register("onUnderstand", "(Landroid/service/personalcontext/understander/UnderstandRequest;)Landroid/service/personalcontext/understander/UnderstandResult;", "GetOnUnderstand_Landroid_service_personalcontext_understander_UnderstandRequest_Handler", ApiSince=37)>]
abstract member OnUnderstand : Android.Service.PersonalContext.Understander.UnderstandRequest -> Android.Service.PersonalContext.Understander.UnderstandResult
override this.OnUnderstand : Android.Service.PersonalContext.Understander.UnderstandRequest -> Android.Service.PersonalContext.Understander.UnderstandResult
Parameters
- request
- UnderstandRequest
The UnderstandRequest details.
Returns
an UnderstandResult that this ContextUnderstanderService generated
by processing the incoming hints.
- Attributes