Interface ParcelableSpan

All Superinterfaces:
Parcelable
All Known Implementing Classes:
AbsoluteSizeSpan, AlignmentSpan.Standard, BackgroundColorSpan, ForegroundColorSpan, LeadingMarginSpan.Standard, LineBackgroundSpan.Standard, LocaleSpan, RelativeSizeSpan, StrikethroughSpan, StyleSpan, SubscriptSpan, SuperscriptSpan, TrailingMarginSpan.Standard, TypefaceSpan, UnderlineSpan, URLSpan

@Internal public interface ParcelableSpan extends Parcelable
A special kind of Parcelable for objects that will serve as text spans.
  • Method Details

    • getSpanTypeId

      int getSpanTypeId()
      Return a special type identifier for this span class.