We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c0beb commit 820ec0eCopy full SHA for 820ec0e
1 file changed
fullykiosk/__init__.py
@@ -63,3 +63,9 @@ def playSound(self, url):
63
64
def stopSound(self):
65
return self.sendCommand("stopSound")
66
+
67
+ def toForeground(self):
68
+ return self.sendCommand("toForeground")
69
70
+ def startApplication(self, application):
71
+ return self.sendCommand("startApplication", package=application)
0 commit comments