TextClassification.Intent Property

Definition

Returns an intent that may be fired to act on the classified text.

public Android.Content.Intent? Intent { [Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "", ApiSince=26)>]
member this.Intent : Android.Content.Intent

Property Value

Attributes

Remarks

Returns an intent that may be fired to act on the classified text.

<strong>NOTE: </strong>This field is not parcelled and will always return null when this object is read from a parcel.

This member is deprecated. Use #getActions() instead.

Java documentation for android.view.textclassifier.TextClassification.getIntent().

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