IConnectionlessHandwritingCallback.OnResult(ICharSequence) 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.
Callback when the connectionless handwriting session completed successfully and recognized text.
[Android.Runtime.Register("onResult", "(Ljava/lang/CharSequence;)V", "GetOnResult_Ljava_lang_CharSequence_Handler:Android.Views.InputMethods.IConnectionlessHandwritingCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)]
public void OnResult (Java.Lang.ICharSequence text);
[<Android.Runtime.Register("onResult", "(Ljava/lang/CharSequence;)V", "GetOnResult_Ljava_lang_CharSequence_Handler:Android.Views.InputMethods.IConnectionlessHandwritingCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)>]
abstract member OnResult : Java.Lang.ICharSequence -> unit
Parameters
- text
- ICharSequence
- Attributes
Remarks
Callback when the connectionless handwriting session completed successfully and recognized text.
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.