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()

列舉值

版本_代碼

public static final AppVersionFetcher.AppVersionInfo VERSION_CODE

VERSION_NAME 版

public static final AppVersionFetcher.AppVersionInfo VERSION_NAME

公用方法

public static AppVersionFetcher.AppVersionInfo valueOf (String name)

參數
name String

傳回
AppVersionFetcher.AppVersionInfo

public static final AppVersionInfo[] values ()

傳回
AppVersionInfo[]