FriendsListVisibilityStatus

Friends list visibility statuses.

Entries

Link copied to clipboard

The friends list is currently unavailable for the game.

Link copied to clipboard

The friends list is not visible to the game, but the game can ask for access.

Link copied to clipboard

Unknown if the friends list is visible to the game, or whether the game can ask for access from the user.

Link copied to clipboard

The friends list is currently visible to the game.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val status: Int

Integer representation of the statuses, taken from com.google.android.gms.games.Player.FriendsListVisibilityStatus

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.