public class Attachment extends Event implements android.os.Parcelable
Event.Type| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Attachment> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
Attachment(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachment(FileAttachment attachment) |
int |
describeContents() |
java.util.List<FileAttachment> |
getAttachments() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<Attachment> CREATOR
public java.util.List<FileAttachment> getAttachments()
public void addAttachment(FileAttachment attachment)
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable