Line 3,207: |
Line 3,207: |
| | | |
| = LibraryAppletMode = | | = LibraryAppletMode = |
| + | This is "nn::applet::LibraryAppletMode". |
| + | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
Line 3,216: |
Line 3,218: |
| |- | | |- |
| | 0x1 | | | 0x1 |
− | | Background | + | | PartialForeground |
| |- | | |- |
| | 0x2 | | | 0x2 |
− | | No UI | + | | NoUi |
| |- | | |- |
| | 0x3 | | | 0x3 |
− | | Background with indirect display, see also [[#GetIndirectLayerConsumerHandle]]. Only used by swkbd InlineKeyboard. | + | | PartialForegroundWithIndirectDisplay (see also [[#GetIndirectLayerConsumerHandle]], only used by swkbd [[Software_Keyboard|InlineKeyboard]]) |
| |- | | |- |
| | 0x4 | | | 0x4 |
− | | AllForegroundInitiallyHidden. Can be used by [7.0.0+] [[Internet_Browser|WebSession]]. | + | | AllForegroundInitiallyHidden (can be used by [7.0.0+] [[Internet_Browser|WebSession]]) |
| |} | | |} |
| | | |
Line 3,236: |
Line 3,238: |
| ! Description | | ! Description |
| |- | | |- |
− | | 4 || MessageExitRequest | + | | 0 || None |
| + | |- |
| + | | 1 || ChangeIntoForeground |
| + | |- |
| + | | 2 || ChangeIntoBackground |
| + | |- |
| + | | 4 || Exit |
| + | |- |
| + | | 6 || ApplicationExited |
| + | |- |
| + | | 15 || [[#FocusState|FocusStateChanged]] |
| + | |- |
| + | | 16 || [[#SetRestartMessageEnabled|Resume]] |
| + | |- |
| + | | 20 || DetectShortPressingHomeButton |
| + | |- |
| + | | 21 || DetectLongPressingHomeButton |
| + | |- |
| + | | 22 || DetectShortPressingPowerButton |
| + | |- |
| + | | 23 || DetectMiddlePressingPowerButton |
| + | |- |
| + | | 24 || DetectLongPressingPowerButton |
| + | |- |
| + | | 25 || RequestToPrepareSleep |
| + | |- |
| + | | 26 || FinishedSleepSequence |
| + | |- |
| + | | 27 || SleepRequiredByHighTemperature |
| + | |- |
| + | | 28 || SleepRequiredByLowBattery |
| + | |- |
| + | | 29 || AutoPowerDown |
| + | |- |
| + | | 30 || [[#OperationMode|OperationModeChanged]] |
| + | |- |
| + | | 31 || [[#PerformanceMode|PerformanceModeChanged]] |
| + | |- |
| + | | 32 || DetectReceivingCecSystemStandby |
| + | |- |
| + | | 33 || SdCardRemoved |
| + | |- |
| + | | 50 || LaunchApplicationRequested |
| |- | | |- |
− | | 15 || [[#FocusState|MessageFocusStateChanged]] | + | | 51 || [[#SetHandlesRequestToDisplay|RequestToDisplay]] |
| |- | | |- |
− | | 16 || [[#SetRestartMessageEnabled|MessageResume]] | + | | 55 || ShowApplicationLogo |
| |- | | |- |
− | | 30 || [[#OperationMode|MessageOperationModeChanged]] | + | | 56 || HideApplicationLogo |
| |- | | |- |
− | | 31 || [[#PerformanceMode|MessagePerformanceModeChanged]] | + | | 57 || ForceHideApplicationLogo |
| |- | | |- |
− | | 51 || [[#SetHandlesRequestToDisplay|RequestToDisplay]]. Indicates that [[#ApproveToDisplay]] should be used. | + | | 60 || FloatingApplicationDetected |
| |- | | |- |
− | | 90 || Capture button was [[#SetRequiresCaptureButtonShortPressedMessage|short-pressed]]. | + | | 90 || [[#SetRequiresCaptureButtonShortPressedMessage|DetectShortPressingCaptureButton]] |
| |- | | |- |
− | | 92 || [[#SetAlbumImageTakenNotificationEnabled|MessageAlbumScreenShotTaken]] | + | | 92 || [[#SetAlbumImageTakenNotificationEnabled|AlbumScreenShotTaken]] |
| |- | | |- |
− | | 93 || MessageAlbumRecordingSaved | + | | 93 || AlbumRecordingSaved |
| |} | | |} |
| | | |