Line 354: |
Line 354: |
| | 170 || [8.0.0+] [[#HasSaveDataAccessPermission]] || | | | 170 || [8.0.0+] [[#HasSaveDataAccessPermission]] || |
| |- | | |- |
− | | 180 || [9.0.0+] PushToFriendInvitationStorageChannel || | + | | 180 || [9.0.0+] [[#PushToFriendInvitationStorageChannel]] || |
| |- | | |- |
− | | 190 || [9.0.0+] PushToNotificationStorageChannel || | + | | 190 || [9.0.0+] [[#PushToNotificationStorageChannel]] || |
| |} | | |} |
| | | |
Line 426: |
Line 426: |
| | | |
| If the titleID matches the current application titleID, this immediately returns success with flag=1. | | If the titleID matches the current application titleID, this immediately returns success with flag=1. |
| + | |
| + | ===== PushToFriendInvitationStorageChannel ===== |
| + | Takes an input [[#IStorage]], no output. |
| + | |
| + | ===== PushToNotificationStorageChannel ===== |
| + | Takes an input [[#IStorage]], no output. |
| | | |
| ===== IAppletAccessor ===== | | ===== IAppletAccessor ===== |
Line 966: |
Line 972: |
| | 140 || [9.0.0+] GetFriendInvitationStorageChannelEvent || | | | 140 || [9.0.0+] GetFriendInvitationStorageChannelEvent || |
| |- | | |- |
− | | 141 || [9.0.0+] TryPopFromFriendInvitationStorageChannel || | + | | 141 || [9.0.0+] [[#TryPopFromFriendInvitationStorageChannel]] || |
| |- | | |- |
| | 150 || [9.0.0+] GetNotificationStorageChannelEvent || | | | 150 || [9.0.0+] GetNotificationStorageChannelEvent || |
| |- | | |- |
− | | 151 || [9.0.0+] TryPopFromNotificationStorageChannel || | + | | 151 || [9.0.0+] [[#TryPopFromNotificationStorageChannel]] || |
| |- | | |- |
| | 160 || [9.0.0+] [[#GetHealthWarningDisappearedSystemEvent]] || | | | 160 || [9.0.0+] [[#GetHealthWarningDisappearedSystemEvent]] || |
Line 1,177: |
Line 1,183: |
| | | |
| This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert. | | This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert. |
| + | |
| + | ==== TryPopFromFriendInvitationStorageChannel ==== |
| + | No input, returns an output [[#IStorage]]. |
| + | |
| + | This uses the same StorageChannel as [[#PushToFriendInvitationStorageChannel]]. |
| + | |
| + | ==== TryPopFromNotificationStorageChannel ==== |
| + | No input, returns an output [[#IStorage]]. |
| + | |
| + | This uses the same StorageChannel as [[#PushToNotificationStorageChannel]]. |
| | | |
| ==== GetHealthWarningDisappearedSystemEvent ==== | | ==== GetHealthWarningDisappearedSystemEvent ==== |