friendsListVisibility property

String? friendsListVisibility
getter/setter pair

Possible string values are:

  • "VISIBLE" : The friends list is currently visible to the game.
  • "REQUEST_REQUIRED" : The developer does not have access to the friends list, but can call the Android API to show a consent dialog.
  • "UNAVAILABLE" : The friends list is currently unavailable for this user, and it is not possible to request access at this time, either because the user has permanently declined or the friends feature is not available to them. In this state, any attempts to request access to the friends list will be unsuccessful.

Implementation

core.String? friendsListVisibility;