-
- All Implemented Interfaces:
-
android.os.Parcelable
public class TrackMessageList implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description public List<TrackMessage>
trackMessageList
public final static Parcelable.Creator<TrackMessageList>
CREATOR
-
Constructor Summary
Constructors Constructor Description TrackMessageList(List<TrackMessage> trackMessageList)
-
Method Summary
Modifier and Type Method Description void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
Constructor Detail
-
TrackMessageList
TrackMessageList(List<TrackMessage> trackMessageList)
-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-