Android Java SDK for Sygic 3D
ApiVersion Class Reference

Class defining the version of Sdk Api. More...

Public Member Functions

 ApiVersion (String mBuild, String mVersion)
 
 ApiVersion ()
 
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 Sdk Api.

Constructor & Destructor Documentation

◆ ApiVersion() [1/2]

ApiVersion ( String  mBuild,
String  mVersion 
)

◆ ApiVersion() [2/2]

Member Function Documentation

◆ getBuild()

String getBuild ( )

Gets the build version.

Returns
the build version string

◆ getVersion()

String getVersion ( )

Gets the version.

Returns
the version of Drive

◆ toArray()

String [] toArray ( )
package

◆ toString()

String toString ( )