kidoz.*

Type Library
Revision 2017.3060
Keywords ads, advertising, KIDOZ
Platforms Android, iOS

Overview

KIDOZ is a child-friendly content discovery platform, allowing you to boost app revenue and engagement without compromising on user experience and fun. Unique features include:

Registration

Before you can use this plugin, you must register with KIDOZ.

Syntax

local plugin = require( "plugin.kidoz" )

Functions

Events

Project Settings

To use this plugin, add two entries into the plugins table of build.settings. When added, the build server will integrate the plugin during the build phase.

settings =
{
    plugins =
    {
        ["plugin.kidoz"] =
        {
            publisherId = "com.coronalabs"
        },
        ["plugin.google.play.services"] =
        {
            publisherId = "com.coronalabs",
            supportedPlatforms = { android=true }
        },
    },
}
Note

For Android, the following permissions/features are automatically added when using this plugin:

  • "android.permission.INTERNET"
  • "android.permission.WRITE_EXTERNAL_STORAGE"

Support