Skip to content

keetiz/BarcodeGeneratorCorona-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Barcode Generator : Plugin API Docs

 
Corona Store BarcodeGenerator

Overview

The BarcodeGenerator plugin can be used in your Corona project. It enables you to create 2of5I or 3of9I barcode.

Syntax

local BarcodeGenerator = require "plugin.BarcodeGenerator"

Functions

Project Configuration

Corona Store Activation

In order to use this plugin, you must activate the plugin at the Corona Store.

SDK

When you build using the Corona Simulator, the server automatically takes care of integrating the plugin into your project.

All you need to do is add an entry into a plugins table of your build.settings. The following is an example of a minimal build.settings file:

settings =
{
	plugins =
	{
		-- key is the name passed to Lua's 'require()'
		["plugin.BarcodeGenerator"] =
		{
			-- required
			publisherId = "com.keetiz",
		},
	},
}

Enterprise

If you have activated this plugin, you can download this plugin from the corresponding plugin page in the Corona Store.

Support

More support is available from the KEETIZ team:

Compatibility

Platform Supported
iOS Yes
Android Yes
Android (GameStick) Yes
Android (Kindle) Yes
Android (NOOK) Yes
Android (Ouya) Yes
Mac App Yes
Win32 App Yes
Windows Phone 8 Yes
Corona Simulator (Mac) Yes
Corona Simulator (Win) Yes

About

Documentation for the Corona Barcode Generator plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors