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 |
Tipos de informações da versão do aplicativo.
Resumo
Valores enum | |
---|---|
AppVersionFetcher.AppVersionInfo | VERSION_CODE |
AppVersionFetcher.AppVersionInfo | VERSION_NAME
|
Métodos públicos | |
---|---|
static AppVersionFetcher.AppVersionInfo | valueOf (String name) |
static final AppVersionInfo[] | values () |
Valores enum
VERSION_CODE
public static final AppVersionFetcher.AppVersionInfo VERSION_CODE
VERSION_NAME
public static final AppVersionFetcher.AppVersionInfo VERSION_NAME
Métodos públicos
valor de
public static AppVersionFetcher.AppVersionInfo valueOf (String name)
Parâmetros | |
---|---|
name | String |
Devoluções | |
---|---|
AppVersionFetcher.AppVersionInfo |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[]
[]