ExtractedTextRequest.Token Property

Definition

Arbitrary integer that can be supplied in the request, which will be delivered back when reporting updates.

[Android.Runtime.Register("token")]
public int Token { get; set; }
[<Android.Runtime.Register("token")>]
member this.Token : int with get, set

Property Value

Attributes

Remarks

Arbitrary integer that can be supplied in the request, which will be delivered back when reporting updates.

Java documentation for android.view.inputmethod.ExtractedTextRequest.token.

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