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

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[]