|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.support.v4.os.ParcelableCompat
public class ParcelableCompat
Helper for accessing features in Parcelable
introduced after API level 4 in a backwards compatible fashion.
| Constructor Summary | |
|---|---|
ParcelableCompat()
|
|
| Method Summary | ||
|---|---|---|
static
|
newCreator(ParcelableCompatCreatorCallbacks<T> callbacks)
Factory method for Parcelable.Creator. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParcelableCompat()
| Method Detail |
|---|
public static <T> android.os.Parcelable.Creator<T> newCreator(ParcelableCompatCreatorCallbacks<T> callbacks)
Parcelable.Creator.
callbacks - Creator callbacks implementation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||