public static class RttManager.ParcelableRttParams extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<RttManager.ParcelableRttParams> |
CREATOR
Implement the Parcelable interface
|
RttManager.RttParams[] |
mParams |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_ELIDE_DUPLICATES, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
ParcelableRttParams(RttManager.RttParams[] params) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Implement the Parcelable interface
|
void |
writeToParcel(Parcel dest,
int flags)
Implement the Parcelable interface
|
public RttManager.RttParams[] mParams
public static final Parcelable.Creator<RttManager.ParcelableRttParams> CREATOR
public ParcelableRttParams(RttManager.RttParams[] params)
public int describeContents()
describeContents
in interface Parcelable
Parcelable.CONTENTS_FILE_DESCRIPTOR
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
dest
- The Parcel in which the object should be written.flags
- Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE
.