# Packages
Package types implements all the types used by the Notifications protocol.
# Functions
BuildNotificationType builds a combined type for NotificationEvents using a category and subtype.
NewProtocol returns a new Notifications protocol.
# Constants
MethodProcessNotificationEvent is the method ID for the method ProcessNotificationEvent.
ProtocolID is the protocol ID for the Nintendo Notifications protocol.
# Variables
NotificationCategories is a list of all the categories a notification can be in the Notifications protocol
Not all of these are categories, some are stand-alone types This is a design choice made by NEX, not us.
NotificationSubTypes is a list of all the subtypes a notification can be in a given category of the Notifications protocol
Not all categories have subtypes.