言語

TextClassifierEvent.Builder.SetEventContext(TextClassificationContext) メソッド

定義

イベント コンテキストを設定します。

[Android.Runtime.Register("setEventContext", "(Landroid/view/textclassifier/TextClassificationContext;)Landroid/view/textclassifier/TextClassifierEvent$Builder;", "GetSetEventContext_Landroid_view_textclassifier_TextClassificationContext_Handler", ApiSince=29)]
public virtual Java.Lang.Object SetEventContext(Android.Views.TextClassifiers.TextClassificationContext? eventContext);
[<Android.Runtime.Register("setEventContext", "(Landroid/view/textclassifier/TextClassificationContext;)Landroid/view/textclassifier/TextClassifierEvent$Builder;", "GetSetEventContext_Landroid_view_textclassifier_TextClassificationContext_Handler", ApiSince=29)>]
abstract member SetEventContext : Android.Views.TextClassifiers.TextClassificationContext -> Java.Lang.Object
override this.SetEventContext : Android.Views.TextClassifiers.TextClassificationContext -> Java.Lang.Object

パラメーター

eventContext
TextClassificationContext

TextClassificationContext: この値は null である可能性があります。

返品

この値は null にすることはできません。

属性

注釈

イベント コンテキストを設定します。

android.view.textclassifier.TextClassifierEvent.Builder.setEventContextの Android リファレンス。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象