GetVersionCode() 공개 정적인 메소드

Gets the version code.
public static GetVersionCode ( string packageName ) : int
packageName string Package name.
리턴 int
예제 #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"));
 }