hockeyApp.init()

Type Function
Return value none
Revision Release 2024.3703
Keywords HockeyApp, testing, distribution, init
See also hockeyApp.*

Overview

Initializes the HockeyApp plugin with an app ID.

Syntax

hockeyApp.init( appID )
appID (required)

String. An app ID gathered from the HockeyApp dashboard.

Example

local hockeyApp = require( "plugin.hockey" )

-- Initialize plugin with app ID
hockeyApp.init( "1a2b3c4d5e6f7g8h1a2b3c4d5e6f7g8h" )