friendStatus property

String? friendStatus
getter/setter pair

The friend status of the given player, relative to the requester.

This is unset if the player is not sharing their friends list with the game. Possible string values are:

  • "NO_RELATIONSHIP" : There is no relationship between the players.
  • "FRIEND" : The player and requester are friends.

Implementation

core.String? friendStatus;