Skip to main content

UserInfo

ZEPETO.Module.Social.UserInfo

User information.

Hierarchy

Constructors

constructor

new UserInfo()

Inherited from

System.Object.constructor

Properties

accountType

accountType: UserAccountType

User account type.


followStatus

followStatus: FollowStatus

Following relationship with the local player.


isOfficialAccount

isOfficialAccount: boolean

Indicates whether this is an official account.


name

name: string

User's display name.


userId

userId: string

Internal user identifier.


zepetoId

zepetoId: string

Unique user handle, typically presented with the @ symbol.

Methods

GetBadgeImageAsync

GetBadgeImageAsync(): BaseRequest$1<TextureResponse>

This asynchronous method retrieves the badge image from a user's profile if the user is a Greeter or a Creator account.

Returns

BaseRequest$1<TextureResponse>

A BaseRequest object. When the asynchronous process is complete, you can access the TextureResponse object by the responseData property.


GetProfileThumbnailAsync

GetProfileThumbnailAsync(): BaseRequest$1<TextureResponse>

This asynchronous method retrieves the thumbnail of user profile.

Returns

BaseRequest$1<TextureResponse>

A BaseRequest object. When the asynchronous process is complete, you can access the TextureResponse object by the responseData property.