MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / openSimulatorUrl

Function openSimulatorUrl

packages/client/src/api/controls.ts:74–76  ·  view source on GitHub ↗
(udid: string, payload: OpenUrlPayload)

Source from the content-addressed store, hash-verified

72}
73
74export function openSimulatorUrl(udid: string, payload: OpenUrlPayload) {
75 return postSimulatorAction(udid, "open-url", payload);
76}
77
78export function launchSimulatorBundle(udid: string, payload: LaunchPayload) {
79 return postSimulatorAction(udid, "launch", payload);

Callers 1

promptForURLFunction · 0.90

Calls 1

postSimulatorActionFunction · 0.85

Tested by

no test coverage detected