Type CoronaProvider Revision 2017.3060 Keywords native, showPopup, activity Platforms iOS
The Activity Popup plugin displays the activity popup window which corresponds to UIActivityViewController on iOS.
local activity = require( "CoronaProvider.native.popup.activity" )
To use this plugin, add an entry into the plugins table of build.settings. When added, the build server will integrate the plugin during the build phase.
settings =
{
plugins =
{
["CoronaProvider.native.popup.activity"] =
{
publisherId = "com.coronalabs"
},
},
}