Line 265:
Line 265:
This seems to be the equivalent of [https://3dbrew.org/wiki/NS_and_APT_Services#AppIDs this] ("AppIDs" is an unofficial name).
This seems to be the equivalent of [https://3dbrew.org/wiki/NS_and_APT_Services#AppIDs this] ("AppIDs" is an unofficial name).
+
+
=args.shimKind=
+
This is from strings and code in whitelisted web-applet.
+
+
"args.shimKind() == ::nn::web::common::ShimKind::Lobby || args.shimKind() == ::nn::web::common::ShimKind::Login || args.shimKind() == ::nn::web::common::ShimKind::Share"
+
+
{| class="wikitable" border="1"
+
|-
+
! shimKind value
+
! Description
+
|-
+
| 2
+
| One of the types from the above "args.shimKind() ==" string, unknown which one.
+
|-
+
| 4
+
| One of the types from the above "args.shimKind() ==" string, unknown which one.
+
|-
+
| 7
+
| One of the types from the above "args.shimKind() ==" string, unknown which one.
+
|}