GetVersionCode() public static method

Gets the version code.
public static GetVersionCode ( string packageName ) : int
packageName string Package name.
return int
Example #1
0
 /// <summary>
 /// Gets the get tango API version code.
 /// </summary>
 /// <returns>The get tango API version code.</returns>
 private static int _GetTangoAPIVersion()
 {
     return(AndroidHelper.GetVersionCode("com.projecttango.tango"));
 }