Mediamanager:takeScreenshot

From GiderosMobile
Revision as of 03:49, 11 February 2020 by MoKaLux (talk | contribs)


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()