SuggestionsInfo.SetCookieAndSequence(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.