|
|||||||||
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 android.os.Parcelable
introduced after API level 4 in a backwards compatible fashion.
Constructor Summary | |
---|---|
ParcelableCompat()
|
Method Summary | ||
---|---|---|
static
|
newCreator(
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>newCreator( callbacks)
Parcelable.Creator
.
callbacks
- Creator callbacks implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |