Social Popup

Type CoronaProvider
Revision Release 2024.3703
Keywords native, showPopup, social
Platforms Android

Overview

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

For iOS 8 and later, you have to use Activity Popup plugin.

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"
        },
    },
}