public static interface Parcels.ParcelableFactory<T>
Factory class for building a Parcelable from the given input.
| Modifier and Type | Field and Description |
|---|---|
static String |
BUILD_PARCELABLE |
| Modifier and Type | Method and Description |
|---|---|
android.os.Parcelable |
buildParcelable(T input)
Build the corresponding
Parcelable class. |
static final String BUILD_PARCELABLE
android.os.Parcelable buildParcelable(T input)
Build the corresponding Parcelable class.
input - input to wrap with a ParcelableCopyright © 2017. All Rights Reserved.