Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

ParcelableSpan

implements Parcelable
android.text.ParcelableSpan
Known Indirect Subclasses

Class Overview

A special kind of Parcelable for objects that will serve as text spans. This can only be used by code in the framework; it is not intended for applications to implement their own Parcelable spans.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
abstract int getSpanTypeId ()
Return a special type identifier for this span class.
[Expand]
Inherited Methods
From interface android.os.Parcelable

Public Methods

public abstract int getSpanTypeId ()

Added in API level 3

Return a special type identifier for this span class.