KudanAR - Android  1.6.0
ARAPIKey Class Reference

Public Member Functions

final void setAPIKey (String key)
 
final boolean licenseKeyIsValid ()
 

Static Public Member Functions

static ARAPIKey getInstance ()
 

Detailed Description

The class used to set the API key of the application. Development License Keys can be found at: https://wiki.kudan.eu/Development_License_Keys

Member Function Documentation

◆ getInstance()

static ARAPIKey ARAPIKey.getInstance ( )
static

Return the ARAPIKey singleton and initialises it if it doesn't exist already.

Returns
ARAPIKey singleton.

◆ licenseKeyIsValid()

final boolean ARAPIKey.licenseKeyIsValid ( )

Query whether license is valid.

Returns
True if valid, false if invalid.

◆ setAPIKey()

final void ARAPIKey.setAPIKey ( String  key)

Sets the API Key. If you have not yet purchased a license and received a key for your Package ID, you can use one of Kudan's development license keys.

Parameters
keyThe API Key to set.

The documentation for this class was generated from the following file: