Java SDK for 2D
 All Classes Namespaces Functions Variables Pages
NaviVersion Class Reference

Class defining the version of Drive App. More...

Public Member Functions

 NaviVersion (String mBuild, String mVersion)
 
 NaviVersion ()
 
String getBuild ()
 Gets the build version. More...
 
String getVersion ()
 Gets the version. More...
 
String toString ()
 

Package Functions

String[] toArray ()
 

Detailed Description

Class defining the version of Drive App.

Constructor & Destructor Documentation

NaviVersion ( String  mBuild,
String  mVersion 
)

Member Function Documentation

String getBuild ( )

Gets the build version.

Returns
the build version string
String getVersion ( )

Gets the version.

Returns
the version of Drive
String [] toArray ( )
package
String toString ( )