Android.Text.TextUtils.DumpSpans Method
Debugging tool to print the spans in a CharSequence.

Syntax

[Android.Runtime.Register("dumpSpans", "(Ljava/lang/CharSequence;Landroid/util/Printer;Ljava/lang/String;)V", "")]
public static void DumpSpans (Java.Lang.ICharSequence cs, Android.Util.IPrinter printer, string prefix)

Parameters

cs
Documentation for this section has not yet been entered.
printer
Documentation for this section has not yet been entered.
prefix
Documentation for this section has not yet been entered.

Remarks

Debugging tool to print the spans in a CharSequence. The output will be printed one span per line. If the CharSequence is not a Spanned, then the entire string will be printed on a single line.

[Android Documentation]

Requirements

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