Applet Manager services: Difference between revisions
Line 615: | Line 615: | ||
| 50 || [[#SetOutOfFocusApplicationSuspendingEnabled]] || | | 50 || [[#SetOutOfFocusApplicationSuspendingEnabled]] || | ||
|- | |- | ||
| 100 || | | 100 || [[#PushInData]] || | ||
|- | |- | ||
| 101 || PopOutData || Returns an [[#IStorage]]. | | 101 || PopOutData || Returns an [[#IStorage]]. | ||
|- | |- | ||
| 102 || | | 102 || [[#PushExtraStorage]] || | ||
|- | |- | ||
| 103 || | | 103 || [[#PushInteractiveInData]] || | ||
|- | |- | ||
| 104 || PopInteractiveOutData || Returns an [[#IStorage]]. | | 104 || PopInteractiveOutData || Returns an [[#IStorage]]. | ||
Line 658: | Line 658: | ||
==== SetOutOfFocusApplicationSuspendingEnabled ==== | ==== SetOutOfFocusApplicationSuspendingEnabled ==== | ||
Takes an input u8 bool, no output. | Takes an input u8 bool, no output. | ||
==== PushInData ==== | |||
Takes an [[#IStorage]], no output. | |||
==== PushExtraStorage ==== | |||
Takes an [[#IStorage]], no output. | |||
==== PushInteractiveInData ==== | |||
Takes an [[#IStorage]], no output. | |||
==== NeedsToExitProcess ==== | ==== NeedsToExitProcess ==== |