Type CoronaProvider Revision Release 2024.3703 Keywords native, showPopup, activity Platforms iOS
The Activity Popup plugin displays the activity popup window which corresponds to UIActivityViewController
on iOS.
For Android, you have to use Social Popup plugin.
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" }, }, }