This is the interface for text whose content and markup
can be changed (as opposed
to immutable text like Strings).
See Also:
IEditable Members
Syntax
[Android.Runtime.Register("android/text/Editable", "", "Android.Text.IEditableInvoker")]
public interface
IEditable :
IGetChars,
ISpannable,
Java.Lang.IAppendable,
IEnumerable<char>,
IDisposableRemarks
This is the interface for text whose content and markup
can be changed (as opposed
to immutable text like Strings). If you make a Android.Text.DynamicLayout
of an Editable, the layout will be reflowed as the text is changed.
[Android Documentation]
Requirements
Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1