-
- All Implemented Interfaces:
-
apptentive.com.android.core.ApplicationInfo
public final class AndroidApplicationInfo implements ApplicationInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerversionCodeprivate final StringversionName
-
Constructor Summary
Constructors Constructor Description AndroidApplicationInfo(Context context)
-
Method Summary
Modifier and Type Method Description IntegergetVersionCode()StringgetVersionName()-
-
Constructor Detail
-
AndroidApplicationInfo
AndroidApplicationInfo(Context context)
-
-
Method Detail
-
getVersionCode
Integer getVersionCode()
-
getVersionName
String getVersionName()
-
-
-
-