SuggestionsInfo.SetCookieAndSequence(Int32, Int32) Method

Definition

Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client application

[Android.Runtime.Register("setCookieAndSequence", "(II)V", "")]
public void SetCookieAndSequence (int cookie, int sequence);
[<Android.Runtime.Register("setCookieAndSequence", "(II)V", "")>]
member this.SetCookieAndSequence : int * int -> unit

Parameters

cookie
Int32

the cookie of an input TextInfo

sequence
Int32

the cookie of an input TextInfo

Attributes

Remarks

Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client application

Java documentation for android.view.textservice.SuggestionsInfo.setCookieAndSequence(int, int).

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