NS services: Difference between revisions
| Line 897: | Line 897: | ||
| 2350 || [7.0.0+] PerformAutoUpdateByApplicationId | | 2350 || [7.0.0+] PerformAutoUpdateByApplicationId | ||
|- | |- | ||
| 2351 || [9.0.0+] RequestNoDownloadRightsErrorResolution | | 2351 || [9.0.0+] [[#RequestNoDownloadRightsErrorResolution]] | ||
|- | |- | ||
| 2352 || [9.0.0+] RequestResolveNoDownloadRightsError | | 2352 || [9.0.0+] [[#RequestResolveNoDownloadRightsError]] | ||
|- | |- | ||
| 2400 || [8.0.0+] GetPromotionInfo | | 2400 || [8.0.0+] GetPromotionInfo | ||
| Line 963: | Line 963: | ||
[9.0.0+] Now takes a total of 8-bytes of input, returns a total of 8-bytes of output. | [9.0.0+] Now takes a total of 8-bytes of input, returns a total of 8-bytes of output. | ||
==== RequestNoDownloadRightsErrorResolution ==== | |||
Takes an input u64 titleID (<code>nn::ncm::ApplicationId</code>), returns an output Event handle and an [[#IAsyncValue]]. | |||
The data that can be read from the [[#IAsyncValue]] is [[#NoDownloadRightsErrorResolution]]. | |||
==== RequestResolveNoDownloadRightsError ==== | |||
Takes an input u64 titleID (<code>nn::ncm::ApplicationId</code>), returns an output Event handle and an [[#IAsyncValue]]. | |||
The data that can be read from the [[#IAsyncValue]] is [[#NoDownloadRightsErrorResolution]]. | |||
==== CreateApplicationResource ==== | ==== CreateApplicationResource ==== | ||