Android.Views.InputMethods.EditorInfo.PrivateImeOptions Property
A string supplying additional information options that are private to a particular IME implementation.

Syntax

[Android.Runtime.Register("privateImeOptions")]
public string PrivateImeOptions { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

A string supplying additional information options that are private to a particular IME implementation. The string must be scoped to a package owned by the implementation, to ensure there are no conflicts between implementations, but other than that you can put whatever you want in it to communicate with the IME. For example, you could have a string that supplies an argument like "com.example.myapp.SpecialMode=3". This field is can be filled in from the NoType:android/R$attr;Href=../../../../reference/android/R.attr.html#privateImeOptions attribute of a TextView.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3