Share.share
From GiderosMobile
Available since: Gideros 2020.7
Class: Share
Description
Share a piece of data with an external app. This invokes the platform default sharing dialog, allowing to save, print, send, share, etc. 
Supported MIME types:
- text/*
- image/png
- image/jpeg
 Share.share(mimeType,data)
Parameters
mimeType: (string) The MIME type of the data.  
data: (string) The data itself.  
