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