TextClassifierEvent.Builder.SetResultId(String) Method

Definition

Sets the id of the text classifier result related to this event.

[Android.Runtime.Register("setResultId", "(Ljava/lang/String;)Landroid/view/textclassifier/TextClassifierEvent$Builder;", "GetSetResultId_Ljava_lang_String_Handler", ApiSince=29)]
public virtual Java.Lang.Object SetResultId(string? resultId);
[<Android.Runtime.Register("setResultId", "(Ljava/lang/String;)Landroid/view/textclassifier/TextClassifierEvent$Builder;", "GetSetResultId_Ljava_lang_String_Handler", ApiSince=29)>]
abstract member SetResultId : string -> Java.Lang.Object
override this.SetResultId : string -> Java.Lang.Object

Parameters

resultId
String

String: This value may be null.

Returns

This value cannot be null.

Attributes

Remarks

Sets the id of the text classifier result related to this event.

Android reference for android.view.textclassifier.TextClassifierEvent.Builder.setResultId.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to