Skip to main content

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

Constructors

constructor

new UserFollowStatusResponse()

Inherited from

PlayBaasResponse.constructor

Properties

isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

PlayBaasResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

PlayBaasResponse.message


status

status: FollowStatus

Specified user's following relationship with the local player.