Język

IContentClassificationCallback.OnContentClassification Method

Definition

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

Applies to