Social Popup

Type CoronaProvider
Revision Release 2022.3683
Keywords native, showPopup, social
Platforms Android, iOS

Overview

The Social Popup plugin enables you to post a message to various social providers.

Functions

Project Settings

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.social"] =
        {
            publisherId = "com.coronalabs"
        },
    },
}