Android.Text.EditableFactory Class
Factory used by TextView to create new Editables.

See Also: EditableFactory Members

Syntax

[Android.Runtime.Register("android/text/Editable$Factory", DoNotGenerateAcw=true)]
public class EditableFactory : Java.Lang.Object

Remarks

Factory used by TextView to create new Editables. You can subclass it to provide something other than SpannableStringBuilder.

[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