NS services: Difference between revisions

No edit summary
Line 267: Line 267:


=args.shimKind=
=args.shimKind=
This is from strings and code in whitelisted web-applet.
This is from strings and code in [[Internet_Browser|whitelisted]] web-applet.


"args.shimKind() == ::nn::web::common::ShimKind::Lobby || args.shimKind() == ::nn::web::common::ShimKind::Login || args.shimKind() == ::nn::web::common::ShimKind::Share"
"args.shimKind() == ::nn::web::common::ShimKind::Lobby || args.shimKind() == ::nn::web::common::ShimKind::Login || args.shimKind() == ::nn::web::common::ShimKind::Share"
Line 277: Line 277:
|-
|-
| 2
| 2
| One of the types from the above "args.shimKind() ==" string, unknown which one.
| LoginApplet (See above string)
|-
|-
| 4
| 4
| One of the types from the above "args.shimKind() ==" string, unknown which one.
| ShareApplet (See above string)
|-
|-
| 7
| 7
| One of the types from the above "args.shimKind() ==" string, unknown which one.
| LobbyApplet (See above string)
|}
|}