UserFollowStatusResponse
ZEPETO.Module.Social.UserFollowStatusResponse
The UserFollowStatusResponse
class provides the API call result and the information indicating whether a specified user is in a following relationship with the local player.
Hierarchy
↳
UserFollowStatusResponse
Constructors
constructor
• new UserFollowStatusResponse()
Inherited from
Properties
isSuccess
• isSuccess: boolean
Represents the success status of the request.
Set to true
upon successful completion.
Inherited from
message
• message: string
Describes the result of the request.
Inherited from
status
• status: FollowStatus
Specified user's following relationship with the local player.