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


Các loại thông tin phiên bản ứng dụng.

Tóm tắt

Giá trị enum

AppVersionFetcher.AppVersionInfo  VERSION_CODE

 

AppVersionFetcher.AppVersionInfo  VERSION_NAME

 

Phương thức công khai

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

Giá trị enum

VERSION_CODE

public static final AppVersionFetcher.AppVersionInfo VERSION_CODE

VERSION_NAME

public static final AppVersionFetcher.AppVersionInfo VERSION_NAME

Phương thức công khai

valueOf

public static AppVersionFetcher.AppVersionInfo valueOf (String name)

Tham số
name String

Giá trị trả về
AppVersionFetcher.AppVersionInfo

giá trị

public static final AppVersionInfo[] values ()

Giá trị trả về
AppVersionInfo[]