UserProfileVisibility

User Information Permissions

Since

5.10.0

Entries

Link copied to clipboard

Not set: Follows the AppKey permission settings, which is the default state.

Link copied to clipboard

Invisible to all: No one can search for my user information, except for the name and avatar.

Link copied to clipboard

All users: Any user in the application can view my user information

Link copied to clipboard

Visible to friends only: Only users in my friend list can view my user information

Properties

Link copied to clipboard
public int value

Functions

Link copied to clipboard
public int getValue()
Link copied to clipboard
public static UserProfileVisibility valueOf(int value)

public static UserProfileVisibility valueOf(String name)

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. This method may be used to iterate over the constants.