Android.Text.Style.ClickableSpan Class
If an object of this type is attached to the text of a TextView with a movement method of LinkMovementMethod, the affected spans of text can be selected.

See Also: ClickableSpan Members

Syntax

[Android.Runtime.Register("android/text/style/ClickableSpan", DoNotGenerateAcw=true)]
public abstract class ClickableSpan : CharacterStyle, IUpdateAppearance, IDisposable

Remarks

If an object of this type is attached to the text of a TextView with a movement method of LinkMovementMethod, the affected spans of text can be selected. If clicked, the ClickableSpan.OnClick(Android.Views.View) method will be called.

[Android Documentation]

Requirements

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