InputMethodService.OnExtractedTextClicked 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.
This is called when the user has clicked on the extracted text view, when running in fullscreen mode.
[Android.Runtime.Register("onExtractedTextClicked", "()V", "GetOnExtractedTextClickedHandler")]
public virtual void OnExtractedTextClicked ();
[<Android.Runtime.Register("onExtractedTextClicked", "()V", "GetOnExtractedTextClickedHandler")>]
abstract member OnExtractedTextClicked : unit -> unit
override this.OnExtractedTextClicked : unit -> unit
- Attributes
Remarks
This is called when the user has clicked on the extracted text view, when running in fullscreen mode. The default implementation hides the candidates view when this happens, but only if the extracted text editor has a vertical scroll bar because its text doesn't fit. Re-implement this to provide whatever behavior you want.
Java documentation for android.inputmethodservice.InputMethodService.onExtractedTextClicked()
.
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.