public class VersionInfo
extends Object
获取SDK版本信息
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
VERSION_INFO
public static final String VERSION_INFO
版本号
-
VERSION_DESC
public static final String VERSION_DESC
版本描述信息
- See Also:
-
-
KIT_NAME
public static final String KIT_NAME
包名
-
Constructor Details
-
VersionInfo
public VersionInfo()
-
Method Details
-
getApiVersion
public static String getApiVersion()
获取当前API的版本号
- Returns:
- 当前API的版本号
-
getVersionDesc
public static String getVersionDesc()
获取当前版本描述信息
- Returns:
- 版本描述信息
-
getKitName
public static String getKitName()
获取包名
- Returns: