Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meaning of request_level parameter #60

Open
Gobot1234 opened this issue Sep 21, 2023 · 0 comments
Open

Meaning of request_level parameter #60

Gobot1234 opened this issue Sep 21, 2023 · 0 comments

Comments

@Gobot1234
Copy link

enum EMsgGCAccountPrivacyRequestLevel_t
{
	k_EMsgGCAccountPrivacySettingsValue_Public_All =		0,					// Requesting data that is already easily available to everybody (e.g. persona name)
	k_EMsgGCAccountPrivacySettingsValue_Public_Shared =		0x10,				// Setting can be shared with public
	k_EMsgGCAccountPrivacySettingsValue_Friends_Only =		0x20,				// Setting shared with friends
	k_EMsgGCAccountPrivacySettingsValue_Private_All =		0x80,				// All information that should already be available to the owner
};
@Gobot1234 Gobot1234 changed the title Meaning of request_id parameter Meaning of request_level parameter Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant