-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public class User implements Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUser.Builder
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<User>CREATOR
-
Method Summary
Modifier and Type Method Description static UsergetUser(Intent intent)static UsergetUser(Bundle arguments)StringgetProviderId()StringgetEmail()StringgetPhoneNumber()StringgetName()UrigetPhotoUri()booleanequals(Object o)inthashCode()StringtoString()intdescribeContents()voidwriteToParcel(@NonNull() Parcel dest, int flags)-
-
Method Detail
-
getProviderId
@NonNull() String getProviderId()
-
getPhoneNumber
@Nullable() String getPhoneNumber()
-
getPhotoUri
@Nullable() Uri getPhotoUri()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
-
-
-