IContentClassificationCallback.OnContentClassification 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 the content has been classified.
[Android.Runtime.Register("onContentClassification", "(Landroid/app/contentsafety/ContentClassificationResult;)V", "GetOnContentClassification_Landroid_app_contentsafety_ContentClassificationResult_Handler:Android.App.ContentSafety.IContentClassificationCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)]
public void OnContentClassification(Android.App.ContentSafety.ContentClassificationResult result);
[<Android.Runtime.Register("onContentClassification", "(Landroid/app/contentsafety/ContentClassificationResult;)V", "GetOnContentClassification_Landroid_app_contentsafety_ContentClassificationResult_Handler:Android.App.ContentSafety.IContentClassificationCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)>]
abstract member OnContentClassification : Android.App.ContentSafety.ContentClassificationResult -> unit
Parameters
- result
- ContentClassificationResult
the result of the classification
- Attributes