licensing.init()

Type Function
Library licensing.*
Return value Boolean
Revision Release 2024.3703
Keywords licensing
See also licensing.verify()

Overview

Initializes the licensing service library by specifying the name of the licensing provider. Currently, only "google" is supported.

Returns true if successful; otherwise returns false.

Syntax

licensing.init( providerName )
providerName (required)

String. String containing the provider's name.