Applet Manager services: Difference between revisions
No edit summary |
No edit summary |
||
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 | ||
| | | PartialForeground | ||
|- | |- | ||
| 0x2 | | 0x2 | ||
| | | NoUi | ||
|- | |- | ||
| 0x3 | | 0x3 | ||
| | | PartialForegroundWithIndirectDisplay (see also [[#GetIndirectLayerConsumerHandle]], only used by swkbd [[Software_Keyboard|InlineKeyboard]]) | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| AllForegroundInitiallyHidden | | AllForegroundInitiallyHidden (can be used by [7.0.0+] [[Internet_Browser|WebSession]]) | ||
|} | |} | ||
Line 3,236: | Line 3,238: | ||
! Description | ! Description | ||
|- | |- | ||
| 4 || | | 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 | |||
|- | |- | ||
| | | 51 || [[#SetHandlesRequestToDisplay|RequestToDisplay]] | ||
|- | |- | ||
| | | 55 || ShowApplicationLogo | ||
|- | |- | ||
| | | 56 || HideApplicationLogo | ||
|- | |- | ||
| | | 57 || ForceHideApplicationLogo | ||
|- | |- | ||
| | | 60 || FloatingApplicationDetected | ||
|- | |- | ||
| 90 || | | 90 || [[#SetRequiresCaptureButtonShortPressedMessage|DetectShortPressingCaptureButton]] | ||
|- | |- | ||
| 92 || [[#SetAlbumImageTakenNotificationEnabled| | | 92 || [[#SetAlbumImageTakenNotificationEnabled|AlbumScreenShotTaken]] | ||
|- | |- | ||
| 93 || | | 93 || AlbumRecordingSaved | ||
|} | |} | ||