public class ReceiptRegistration extends Object implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
ReceiptRegistration.Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<ReceiptRegistration> |
CREATOR |
String |
pkg |
Uri |
uri |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel parcel,
int i) |
public final String pkg
public final Uri uri
public static final Parcelable.Creator<ReceiptRegistration> CREATOR
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel parcel, int i)
writeToParcel
in interface Parcelable