mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
22 lines
420 B
C#
22 lines
420 B
C#
namespace Microsoft.Zune.Service
|
|
{
|
|
public enum PrivacySettingId
|
|
{
|
|
PremiumContent = 6,
|
|
MusicSharing = 5,
|
|
OnlineStatus = 4,
|
|
OnlineFriends = 3,
|
|
MemberContent = 2,
|
|
ExplicitContent = 1,
|
|
Communication = 0,
|
|
Unknown = -1,
|
|
UsageCollection = 13,
|
|
FriendsListSharing = 12,
|
|
GamesForWindowMultiplayer = 11,
|
|
VideoCommunication = 10,
|
|
ProfileCustomization = 9,
|
|
ProfileViewing = 8,
|
|
ProfileSharing = 7
|
|
}
|
|
}
|