public class Envelope extends Object implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
Object |
content |
static android.os.Parcelable.Creator<Envelope> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static Envelope |
envelope(Object content) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final Object content
public static final android.os.Parcelable.Creator<Envelope> CREATOR