VisioMove SDK (Android)  2.1.22
 All Classes Functions Variables Pages
VgILicenseManager Class Reference

Public Member Functions

String getMachineCode ()
 
String getVersion ()
 
String getRevision ()
 

Static Public Member Functions

static String staticGetVersion ()
 
static String staticGetMinimumDataSDKVersion ()
 
static String staticGetRevision ()
 

Detailed Description

The VgILicenseManager class is used to manage licensing issues.

You can use this interface to retrieve the VisioMove's version and the machine code.

Member Function Documentation

String VgILicenseManager.getMachineCode ( )

Retrieves the machine code. This code is unique for a machine.

String VgILicenseManager.getRevision ( )

Retrieves the revision of the engine this uniquely identifies the code used to compiled the engine.

Version
2.0.9617
2.1.4 updated format
Returns
VisioMove revision string.
String VgILicenseManager.getVersion ( )

Retrieves the version string: major.minor.patch e.g. 2.1.0 Versions are incremented: Major: when changes significantly break the API. Minor: when new functionality is added (can sometimes imply minor function name changes and refactoring). Patch: on any changes, bug fixes, documentation updates.

This information is also available on file VgEngine/VgVersion.h

Version
2.1.0 updated version string
Returns
VisioMove version string.
static String VgILicenseManager.staticGetMinimumDataSDKVersion ( )
static

Retrieves the minimum version string major.minor.patch of the data that this SDK can handle. If the data version is below this version, loadConfiguration should NOT be called. This is to handle the case where old data format handling is deprecated. e.g. 2.1.0

Version
2.1.5
See also
VgIDatabase::loadConfiguration
Returns
a version string that correspondes to the minimum Data version that this SDK can handle.
static String VgILicenseManager.staticGetRevision ( )
static

Retrieves the revision of the engine this uniquely identifies the code used to compiled the engine

Version
2.1.6
Returns
VisioMove revision string.
static String VgILicenseManager.staticGetVersion ( )
static

Retrieves the version string: major.minor.patch e.g. 2.1.0 Versions are incremented: Major: when changes significantly break the API. Minor: when new functionality is added (can sometimes imply minor function name changes and refactoring). Patch: on any changes, bug fixes, documentation updates.

This information is also available on file VgEngine/VgVersion.h

Version
2.1.5
Returns
VisioMove version string.

The documentation for this class was generated from the following file:
VisioMove 2.1.22, Visioglobe® 2016