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

Method set_client_foreground

packages/server/src/simulators/session.rs:277–282  ·  view source on GitHub ↗
(&self, foreground: bool)

Source from the content-addressed store, hash-verified

275 }
276
277 pub fn set_client_foreground(&self, foreground: bool) {
278 self.inner.native.set_client_foreground(foreground);
279 if foreground {
280 self.request_keyframe();
281 }
282 }
283
284 pub fn is_tvos(&self) -> bool {
285 self.inner.is_tvos

Callers 3

dropMethod · 0.45
subscribeMethod · 0.45
wait_for_keyframeMethod · 0.45

Calls 1

request_keyframeMethod · 0.45

Tested by

no test coverage detected