Java android.text ParcelableSpan fields, constructors, methods, implement or subclass

Example usage for Java android.text ParcelableSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text ParcelableSpan.

The text is from its open source code.

Method

ClassgetClass()
Returns the runtime class of this Object .
intgetSpanTypeId()
Return a special type identifier for this span class.
voidwriteToParcel(Parcel dest, @WriteFlags int flags)
Flatten this object in to a Parcel.