# Notifications App File Format Docs - XML-ish - gzip compressed at default settings, does not appear to be too picky about it as content from the console thats decompressed and then recompressed with >= or <= the original file size still loads just fine - stored on console in `/storage_mlc/usr/boss/00050010/1004d*00/user/common/data/news` --- ### Example Notification: ```xml <Message> <MajorVersion>1</MajorVersion> <MinorVersion>1</MinorVersion> <MessageId>14211</MessageId> // appears to be somewhat incremental <UpdateTime>2013-12-09T20:40:01-0800</UpdateTime> <Language></Language> // always blank on my console <HighPriority>false</HighPriority> // untested <TitleId>000500101004d100</TitleId> // this determines the icon shown. needs to be an installed title (?) <Subject>About Nintendo Network</Subject> // headline shown in notifications list <Body>Notification text, etc</Body> <LinkType>SURF</LinkType> // WOOD SURF OLIVE VINO <Links> <SurfLink> <Url>https://example.com</Url> </SurfLink> <WoodLink> <Parameter>dst_title_id=00040000000EDF00&amp;launcher_type=info&amp;scene=detail&amp;src_title_id=000500101004d000&amp;version=1.0.0</Parameter> </WoodLink> <OliveLink> <Parameter>000500301001410a,FFFFFFFF</Parameter> </OliveLink> </Links> <ConciergeMii> <Feeling>NORMAL</Feeling> // NORMAL HAPPY (emotion values, but not numbers like in WWP?) <Mii>AwAAQAAAAAAAAAAAVCW5bthr9xv7agAAACxGAEkATABTAEEATQBFAEMASAAAAHNkVQYkAEdkZBQMAyUUhwwYKwsAACmHQUhQTgBpAG4AdABlAG4AZABvAAAAAAAAAIng</Mii> <MiiImage> 170px x 170px B64 encoded TGA. Picture of the mii itself, not a miiverse drawing </MiiImage> <MiiMigrationPermission>true</MiiMigrationPermission> // toggle for saving mii <EndTime>2022-12-02T09:00:00-0700</EndTime> // maybe when Mii will dissappear from plaza? untested </ConciergeMii> <OptoutType>NEVER</OptoutType> // NEVER BOSS <ForceNotify>false</ForceNotify> // Makes Mii wave in plaza, unsure of other behavior at this time <Image>640 x 360 B64 encoded TGA.</Image> </Message> ```