UserFollowInfo
ZEPETO.Module.Social.UserFollowInfo
Following information of a user.
Hierarchy
↳
UserFollowInfo
Constructors
constructor
• new UserFollowInfo()
Inherited from
Properties
accountType
• accountType: UserAccountType
User account type.
Inherited from
followStatus
• followStatus: FollowStatus
Following relationship with the local player.
Inherited from
followerCount
• followerCount: number
Number of followers for the account.
followingCount
• followingCount: number
Number of users being followed by the account.
isOfficialAccount
• isOfficialAccount: boolean
Indicates whether this is an official account.
Inherited from
name
• name: string
User's display name.
Inherited from
userId
• userId: string
Internal user identifier.
Inherited from
zepetoId
• zepetoId: string
Unique user handle, typically presented with the @
symbol.
Inherited from
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.
Inherited from
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.