@Immutable @LevelUpApi(contract=PUBLIC) public final class Registration extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Registration> |
CREATOR
Implements the
Parcelable interface. |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
Registration(String appName,
String description,
boolean facebook) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getAppName()
The name of the application.
|
String |
getDescription()
The description of the registration.
|
int |
hashCode() |
boolean |
isFacebook()
If this user is connected to Facebook or not.
|
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<Registration> CREATOR
Parcelable
interface.public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
public String getAppName()
public String getDescription()
public boolean isFacebook()