Package com.zendesk.sdk.model
Class AppVersion
- java.lang.Object
-
- com.zendesk.sdk.model.AppVersion
-
public class AppVersion extends java.lang.Object
This class allows you to determine the Application's version information
-
-
Constructor Summary
Constructors Constructor and Description AppVersion(Context context)
Creates an instance of AppVersion
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getAppVersionCode()
Gets the Application's version code, android:versionCodejava.lang.String
getAppVersionName()
Gets the Application's version name, android:versionName
-
-
-
Method Detail
-
getAppVersionName
public java.lang.String getAppVersionName()
Gets the Application's version name, android:versionName- Returns:
- the application's version name
-
getAppVersionCode
public int getAppVersionCode()
Gets the Application's version code, android:versionCode- Returns:
- the application's version code
-
-