public class User extends Object implements Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
User.Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<User> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getEmail() |
String |
getName() |
String |
getPhoneNumber() |
Uri |
getPhotoUri() |
String |
getProviderId() |
static User |
getUser(Bundle arguments) |
static User |
getUser(Intent intent) |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<User> CREATOR
@NonNull public String getProviderId()
@Nullable public String getEmail()
@Nullable public String getPhoneNumber()
@Nullable public String getName()
@Nullable public Uri getPhotoUri()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(@NonNull
Parcel dest,
int flags)
writeToParcel in interface Parcelable