UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

78 lines (74 loc) 1.89 kB
/* eslint-disable */ // Auto-generated by generate-enums script on Fri Jun 30 2023 01:09:35 GMT-0400 (Eastern Daylight Time) /** * @enum * @readonly */ const EClientNotificationType = { "Invalid": 0, "DownloadCompleted": 1, "FriendInvite": 2, "FriendInGame": 3, "FriendOnline": 4, "Achievement": 5, "LowBattery": 6, "SystemUpdate": 7, "FriendMessage": 8, "GroupChatMessage": 9, "FriendInviteRollup": 10, "FamilySharingDeviceAuthorizationChanged": 11, "FamilySharingStopPlaying": 12, "FamilySharingLibraryAvailable": 13, "Screenshot": 14, "CloudSyncFailure": 15, "CloudSyncConflict": 16, "IncomingVoiceChat": 17, "ClaimSteamDeckRewards": 18, "GiftReceived": 19, "ItemAnnouncement": 20, "HardwareSurvey": 21, "LowDiskSpace": 22, "BatteryTemperature": 23, "DockUnsupportedFirmware": 24, "PeerContentUpload": 25, "CannotReadControllerGuideButton": 26, "Comment": 27, "Wishlist": 28, "TradeOffer": 29, "AsyncGame": 30, "General": 31, // Value-to-name mapping for convenience "0": "Invalid", "1": "DownloadCompleted", "2": "FriendInvite", "3": "FriendInGame", "4": "FriendOnline", "5": "Achievement", "6": "LowBattery", "7": "SystemUpdate", "8": "FriendMessage", "9": "GroupChatMessage", "10": "FriendInviteRollup", "11": "FamilySharingDeviceAuthorizationChanged", "12": "FamilySharingStopPlaying", "13": "FamilySharingLibraryAvailable", "14": "Screenshot", "15": "CloudSyncFailure", "16": "CloudSyncConflict", "17": "IncomingVoiceChat", "18": "ClaimSteamDeckRewards", "19": "GiftReceived", "20": "ItemAnnouncement", "21": "HardwareSurvey", "22": "LowDiskSpace", "23": "BatteryTemperature", "24": "DockUnsupportedFirmware", "25": "PeerContentUpload", "26": "CannotReadControllerGuideButton", "27": "Comment", "28": "Wishlist", "29": "TradeOffer", "30": "AsyncGame", "31": "General", }; module.exports = EClientNotificationType;