Mediamanager:takeScreenshot
From GiderosMobile
Available since: Gideros 2016.1
Class: Media
Description
Captures a screenshot of the app.
(string) = mediamanager:takeScreenshot()
Return values
Returns (string) path to the screenshot
Example
--require plugin
require "media"
-- take screenshot (no permission needed)
mediamanager:takeScreenshot()