UserProfileVisibility

用户信息权限

Since

5.10.0

Entries

Link copied to clipboard

未设置:以 AppKey 权限设置为准,默认是此状态。

Link copied to clipboard

都不可见:任何人都不能搜索到我的用户信息,名称、头像除外。

Link copied to clipboard

所有人:应用中任何用户都可以查看到我的用户信息

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.