Android.Text.SpannableFactory.NewSpannable Method
Returns a new SpannableString from the specified CharSequence.

Syntax

[Android.Runtime.Register("newSpannable", "(Ljava/lang/CharSequence;)Landroid/text/Spannable;", "GetNewSpannable_Ljava_lang_CharSequence_Handler")]
public virtual ISpannable NewSpannable (Java.Lang.ICharSequence source)

Parameters

source
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new SpannableString from the specified CharSequence. You can override this to provide a different kind of Spannable.

[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