AppVersionFetcher.AppVersionInfo

public static final enum AppVersionFetcher.AppVersionInfo
extends Enum<AppVersionFetcher.AppVersionInfo>

java.lang.Object 中
   ↳ java.lang.Enum<com.android.tradefed.util.AppVersionFetcher.AppVersionInfo>
     ↳ com.android.tradefed.util.AppVersionFetcher.AppVersionInfo


应用版本信息类型。

摘要

枚举值

AppVersionFetcher.AppVersionInfo  VERSION_CODE

 

AppVersionFetcher.AppVersionInfo  VERSION_NAME

 

公共方法

static AppVersionFetcher.AppVersionInfo valueOf(String name)
static final AppVersionInfo[] values()

枚举值

VERSION_CODE

public static final AppVersionFetcher.AppVersionInfo VERSION_CODE

版本名称

public static final AppVersionFetcher.AppVersionInfo VERSION_NAME

公共方法

valueOf

public static AppVersionFetcher.AppVersionInfo valueOf (String name)

参数
name String

返回
AppVersionFetcher.AppVersionInfo

values

public static final AppVersionInfo[] values ()

返回
AppVersionInfo[]