Android.Text.INoCopySpan
This interface should be added to a span object that should not be copied into a new Spenned when performing a slice or copy operation on the original Spanned it was placed in.

See Also: INoCopySpan Members

Syntax

[Android.Runtime.Register("android/text/NoCopySpan", "", "Android.Text.INoCopySpanInvoker")]
public interface INoCopySpan : Android.Runtime.IJavaObject, IDisposable

Remarks

This interface should be added to a span object that should not be copied into a new Spenned when performing a slice or copy operation on the original Spanned it was placed in.

[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