Android.Text.Annotation Class
Annotations are simple key-value pairs that are preserved across TextView save/restore cycles and can be used to keep application-specific data that needs to be maintained for regions of text.

See Also: Annotation Members

Syntax

[Android.Runtime.Register("android/text/Annotation", DoNotGenerateAcw=true)]
public class Annotation : Java.Lang.Object, IParcelableSpan, IDisposable

Remarks

Annotations are simple key-value pairs that are preserved across TextView save/restore cycles and can be used to keep application-specific data that needs to be maintained for regions of text.

[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