ExtendedUserInfo

public class ExtendedUserInfo

功能描述: 扩展用户信息实体类,用来存储用户信息。

Author

rongcloud

Since

5.10.5

Properties

Link copied to clipboard
public final static Creator<ExtendedUserInfo> CREATOR
Link copied to clipboard
public final UserProfile userProfile

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public UserProfile getUserProfile()
获取 UserProfile 对象。
Link copied to clipboard
public static ExtendedUserInfo obtain(UserInfo userInfo)
public static ExtendedUserInfo obtain(UserProfile userProfile)
创建 ExtendedUserInfo 对象。
Link copied to clipboard
public String toString()
Link copied to clipboard
public UserProfile toUserProfile()
将 ExtendedUserInfo 转换为 UserProfile 对象。
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)