TextView.PrivateImeOptions Property

Definition

Get the private type of the content. -or- Set the private content type of the text, which is the EditorInfo#privateImeOptions EditorInfo.privateImeOptions field that will be filled in when creating an input connection.

public virtual string? PrivateImeOptions { [Android.Runtime.Register("getPrivateImeOptions", "()Ljava/lang/String;", "GetGetPrivateImeOptionsHandler")] get; [Android.Runtime.Register("setPrivateImeOptions", "(Ljava/lang/String;)V", "GetSetPrivateImeOptions_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getPrivateImeOptions", "()Ljava/lang/String;", "GetGetPrivateImeOptionsHandler")>]
[<set: Android.Runtime.Register("setPrivateImeOptions", "(Ljava/lang/String;)V", "GetSetPrivateImeOptions_Ljava_lang_String_Handler")>]
member this.PrivateImeOptions : string with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Get the private type of the content.

Java documentation for android.widget.TextView.getPrivateImeOptions().

Property setter documentation:

Set the private content type of the text, which is the EditorInfo#privateImeOptions EditorInfo.privateImeOptions field that will be filled in when creating an input connection.

Java documentation for android.widget.TextView.setPrivateImeOptions(java.lang.String).

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

See also