InputMethodService.SetCandidatesViewShown(Boolean) Method

Definition

Controls the visibility of the candidates display area.

[Android.Runtime.Register("setCandidatesViewShown", "(Z)V", "GetSetCandidatesViewShown_ZHandler")]
public virtual void SetCandidatesViewShown (bool shown);
[<Android.Runtime.Register("setCandidatesViewShown", "(Z)V", "GetSetCandidatesViewShown_ZHandler")>]
abstract member SetCandidatesViewShown : bool -> unit
override this.SetCandidatesViewShown : bool -> unit

Parameters

shown
Boolean
Attributes

Remarks

Controls the visibility of the candidates display area. By default it is hidden.

Java documentation for android.inputmethodservice.InputMethodService.setCandidatesViewShown(boolean).

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